diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-03-14 22:51:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 22:51:48 -0400 |
commit | 49b603c7561c1f39cd79c969e00b6069cedb2397 (patch) | |
tree | 8aea4642daa2d568579399ead8ca1bee236afca2 /ext/js/pages/action-popup-main.js | |
parent | a52d86a39e9cca620823e3d97d7c129a7abafced (diff) |
Remove old settings page (#1524)
* Remove old settings page
* Remove spinner.gif
Diffstat (limited to 'ext/js/pages/action-popup-main.js')
-rw-r--r-- | ext/js/pages/action-popup-main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/pages/action-popup-main.js b/ext/js/pages/action-popup-main.js index 75dfb641..e747e8a8 100644 --- a/ext/js/pages/action-popup-main.js +++ b/ext/js/pages/action-popup-main.js @@ -39,7 +39,7 @@ class DisplayController { this._setupHotkeys(); - const optionsPageUrl = optionsFull.global.useSettingsV2 ? manifest.options_ui.page : '/settings-old.html'; + const optionsPageUrl = manifest.options_ui.page; this._setupButtonEvents('.action-open-settings', 'openSettingsPage', chrome.runtime.getURL(optionsPageUrl)); this._setupButtonEvents('.action-open-permissions', null, chrome.runtime.getURL('/permissions.html')); |