wudysoft commited on
Commit
0284853
·
verified ·
1 Parent(s): 901a86d

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +1 -1
app.js CHANGED
@@ -59,7 +59,7 @@ const utils = {
59
  await page.click('#onetrust-accept-btn-handler', { timeout: 2000 });
60
  } catch { }
61
 
62
- await page.evaluate(() => setupTheme('white'));
63
  }
64
  },
65
 
 
59
  await page.click('#onetrust-accept-btn-handler', { timeout: 2000 });
60
  } catch { }
61
 
62
+ //await page.evaluate(() => setupTheme('white'));
63
  }
64
  },
65