From c4405f36b3df39a47d4c1dac329da456cf2d7e62 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Mon, 20 Aug 2012 23:59:35 -0700 Subject: Point options link in help dialog to new location. --- background_scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') 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 }); }); } -- cgit v1.2.3