From 4053d9b2fac82108f701788c511aedaf988de4c5 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 12 Feb 2021 23:03:15 -0500 Subject: Move html files (#1375) * Move background.html to / * Move context.html to / * Move info.html to / * Move legal.html to / * Move permissions.html to / * Move pitch-accents-preview.html to / * Move popup-preview.html to / * Move search.html to / * Move settings.html to / * Move settings2.html to / * Move template-renderer.html to / * Move welcome.html to / * Move float.html to / * Move display-templates.html to / --- ext/fg/float.html | 132 ----------------------------------------------------- ext/fg/js/popup.js | 2 +- 2 files changed, 1 insertion(+), 133 deletions(-) delete mode 100644 ext/fg/float.html (limited to 'ext/fg') diff --git a/ext/fg/float.html b/ext/fg/float.html deleted file mode 100644 index 0203043a..00000000 --- a/ext/fg/float.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - Yomichan Search - - - - - - - - - - - - -
-
-
-
-
-
- - - - - -
- - - - - -
-
-
- -
- -
-
- -
- -
-
- - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index 5e15a654..b920caf7 100644 --- a/ext/fg/js/popup.js +++ b/ext/fg/js/popup.js @@ -256,7 +256,7 @@ class Popup extends EventDispatcher { frame.removeAttribute('srcdoc'); this._observeFullscreen(true); this._onFullscreenChanged(); - const url = chrome.runtime.getURL('/fg/float.html'); + const url = chrome.runtime.getURL('/float.html'); if (useSecurePopupFrameUrl) { frame.contentDocument.location.href = url; } else { -- cgit v1.2.3