diff options
| author | Stephen Blott | 2016-04-19 09:26:50 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-04-21 06:41:57 +0100 | 
| commit | 810dafcb7c4d76bf0bebfab12bbb869e0e19bd3a (patch) | |
| tree | c3374c49e0a9e65425eb1334461f53ca1edb4bff /pages | |
| parent | ff2bb00565eb1111a5b2d5ced5f6405591ae7bc6 (diff) | |
| download | vimium-810dafcb7c4d76bf0bebfab12bbb869e0e19bd3a.tar.bz2 | |
Help dialog; remove ability to blur the dialog.
Previously, you could blur the help dialog on the options page (to read
and type command names).
With the reinstated help-dialog styling (whereby the help-dialog iframe
extends across the entire window), this doesn't make sense.  So it's
removed.
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/options.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pages/options.coffee b/pages/options.coffee index 883405e6..ff6ad15a 100644 --- a/pages/options.coffee +++ b/pages/options.coffee @@ -324,4 +324,4 @@ document.addEventListener "DOMContentLoaded", ->  # Exported for tests.  root = exports ? window -extend root, {Options, isVimiumOptionsPage: true} +extend root, {Options} | 
