diff options
| author | Stephen Blott | 2016-03-12 14:45:01 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-03-28 05:44:54 +0100 | 
| commit | 9ca85dde948e1e4983f24c2cc6c7ba3d200bcc42 (patch) | |
| tree | 30e6453865584987983d7ac9620215a12ff90bb8 /content_scripts/link_hints.coffee | |
| parent | 52ce015c04b22ae8c519fcd5b420788f8825c800 (diff) | |
| download | vimium-9ca85dde948e1e4983f24c2cc6c7ba3d200bcc42.tar.bz2 | |
Global link hints; do not exit in Esc here.
Diffstat (limited to 'content_scripts/link_hints.coffee')
| -rw-r--r-- | content_scripts/link_hints.coffee | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee index 36ab1c97..1a15ded9 100644 --- a/content_scripts/link_hints.coffee +++ b/content_scripts/link_hints.coffee @@ -699,7 +699,6 @@ class WaitForEnter extends Mode      super        name: "hint/wait-for-enter"        suppressAllKeyboardEvents: true -      exitOnEscape: true        indicator: "Hit <Enter> to proceed..."      @push  | 
