diff options
| author | Stephen Blott | 2015-06-10 20:45:43 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-06-10 20:45:43 +0100 | 
| commit | 420f703794ce978d2d68433aacb0247d708b1c06 (patch) | |
| tree | 97a5ac849afdd158a1f7d8343ce8fac70ab07e13 | |
| parent | 31afd5d24665a388c86daad52bc20474c1953b9d (diff) | |
| download | vimium-420f703794ce978d2d68433aacb0247d708b1c06.tar.bz2 | |
Initialise options-page link-hint mode correctly.
| -rw-r--r-- | pages/options.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/pages/options.coffee b/pages/options.coffee index ea4301a9..ba1a7ca2 100644 --- a/pages/options.coffee +++ b/pages/options.coffee @@ -229,6 +229,7 @@ initOptionsPage = ->      element.className = element.className + " example info"      element.innerHTML = "Leave empty to reset this option." +  $("filterLinkHints").checked = bgSettings.get "filterLinkHints"    maintainLinkHintsView()    window.onbeforeunload = -> "You have unsaved changes to options." unless $("saveOptions").disabled | 
