diff options
| author | Bill Casarin | 2010-09-23 02:17:24 -0400 |
|---|---|---|
| committer | Bill Casarin | 2010-11-26 17:50:42 -0500 |
| commit | ca062014c56ef9f650754ea17780a461521814f6 (patch) | |
| tree | 1111d90e2fedf0ff305485cb75591ee475cef447 /linkHints.js | |
| parent | 6f31da437f2a3327762f52e37a24ee20d00871fb (diff) | |
| download | vimium-ca062014c56ef9f650754ea17780a461521814f6.tar.bz2 | |
Added narrow link hints option to advanced settings
Diffstat (limited to 'linkHints.js')
| -rw-r--r-- | linkHints.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linkHints.js b/linkHints.js index 0023ea81..44a574bc 100644 --- a/linkHints.js +++ b/linkHints.js @@ -34,7 +34,7 @@ var clickableElementsXPath = (function() { })(); function isNarrowMode() { - return true; + return settings.narrowLinkHints == "true"; } // We need this as a top-level function because our command system doesn't yet support arguments. |
