diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-12 23:23:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 23:23:26 -0500 |
commit | d5964ee4d45c95526ad95df300609d6095fc570d (patch) | |
tree | 5c3b9adbcccb9b40107e864bb271e4eaef832267 /ext/fg | |
parent | daea80942c7a89b43c6aa4579cbc2fa0f198b0b0 (diff) |
Rename html files (#1377)
* Rename context.html to action-popup.html
* Rename float.html to popup.html
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/js/popup.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |