Skip to content

Commit 0a144b7

Browse files
committed
Fix button
1 parent 0ee318d commit 0a144b7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

injected/src/features/duckplayer/components/ddg-video-drawer-mobile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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');

injected/src/features/duckplayer/overlay-messages.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)