diff options
Diffstat (limited to 'popup.js')
| -rw-r--r-- | popup.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ function onLoad() { - document.getElementById("optionsLink").setAttribute("href", chrome.extension.getURL("options.html")); + document.getElementById("optionsLink").setAttribute("href", chrome.extension.getURL("options/options.html")); chrome.tabs.getSelected(null, function(tab) { // The common use case is to disable Vimium at the domain level. // This regexp will match "http://www.example.com/" from "http://www.example.com/path/to/page.html". |
