File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
injected/src/features/duckplayer Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ export class DDGVideoDrawerMobile extends HTMLElement {
124124 }
125125
126126 const switchElem = this . container . querySelector ( '[role=switch]' ) ;
127- const infoButton = this . container . querySelector ( '.button-- info' ) ;
127+ const infoButton = this . container . querySelector ( '.info-button ' ) ;
128128 const remember = this . container . querySelector ( 'input[name="ddg-remember"]' ) ;
129129 const cancelElement = this . container . querySelector ( '.ddg-vpo-cancel' ) ;
130130 const watchInPlayer = this . container . querySelector ( '.ddg-vpo-open' ) ;
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ export class DuckPlayerOverlayMessages {
5959 * @param {Pixel } pixel
6060 */
6161 sendPixel ( pixel ) {
62- console . log ( 'FIRING PIXEL' , pixel ) ;
6362 this . messaging . notify ( constants . MSG_NAME_PIXEL , {
6463 pixelName : pixel . name ( ) ,
6564 params : pixel . params ( ) ,
You can’t perform that action at this time.
0 commit comments