diff options
Diffstat (limited to 'background_scripts')
| -rw-r--r-- | background_scripts/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/main.js b/background_scripts/main.js index 5f5df508..6e6a3978 100644 --- a/background_scripts/main.js +++ b/background_scripts/main.js @@ -660,7 +660,7 @@ function shouldShowUpgradeMessage() { function openOptionsPageInNewTab() { chrome.tabs.getSelected(null, function(tab) { - chrome.tabs.create({ url: chrome.extension.getURL("options.html"), index: tab.index + 1 }); + chrome.tabs.create({ url: chrome.extension.getURL("options/options.html"), index: tab.index + 1 }); }); } |
