Skip to content

Commit 0c906d6

Browse files
committed
Cleanup
1 parent fe8a4f4 commit 0c906d6

File tree

4 files changed

+55
-480
lines changed

4 files changed

+55
-480
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { createPolicy, html } from '../../../dom-utils.js';
1010
* The custom element that we use to present our UI elements
1111
* over the YouTube player
1212
*/
13-
export class DDGVideoOverlayMobile extends HTMLElement {
13+
export class DDGVideoOverlayMobileAlt extends HTMLElement {
1414
static CUSTOM_TAG_NAME = 'ddg-video-overlay-mobile-alt';
1515
static OPEN_INFO = 'open-info';
1616
static OPT_IN = 'opt-in';

injected/src/features/duckplayer/overlays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { DomState } from './util.js';
22
import { ClickInterception, Thumbnails } from './thumbnails.js';
3-
import { VideoOverlay } from './video-overlay-alt.js';
3+
import { VideoOverlay } from './video-overlay.js';
44
import { registerCustomElements } from './components/index.js';
55
import strings from '../../../../build/locales/duckplayer-locales.js';
66

0 commit comments

Comments
 (0)