diff options
| author | Jez Ng | 2012-08-20 00:51:48 -0700 |
|---|---|---|
| committer | Jez Ng | 2012-08-20 00:51:48 -0700 |
| commit | 86094d850c3a6cd9d634a83221ae5fc70365f7f0 (patch) | |
| tree | 968ffcc57c363bdd5da1f193daf79d4eec6c0d88 | |
| parent | dfb2c58e3d76cfc0131a1e30cba4ae8d23853726 (diff) | |
| parent | 04c55f40e179fd96d7a5c673c46d074a9c1dd13b (diff) | |
| download | vimium-86094d850c3a6cd9d634a83221ae5fc70365f7f0.tar.bz2 | |
Merge pull request #622 from dmacdougall/options-link
Fix options link broken by 486ba68a42e2ba7b96a7a14b0ae34aca7ac7e780
| -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". |
