From d5964ee4d45c95526ad95df300609d6095fc570d Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 12 Feb 2021 23:23:26 -0500 Subject: Rename html files (#1377) * Rename context.html to action-popup.html * Rename float.html to popup.html --- ext/fg/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/fg/js') diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js index b920caf7..75b74257 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('/float.html'); + const url = chrome.runtime.getURL('/popup.html'); if (useSecurePopupFrameUrl) { frame.contentDocument.location.href = url; } else { -- cgit v1.2.3