diff options
| author | mrmr1993 | 2016-02-05 22:32:07 +0000 |
|---|---|---|
| committer | mrmr1993 | 2016-02-05 22:32:07 +0000 |
| commit | ffafb533a3715546a5d2d2e8b960323b1f3fc03a (patch) | |
| tree | c58886c1350b50a4393df35e0e1aa9ddd92deb7a | |
| parent | c6de959f24f0adf3d335379bbb4dee43f1ead864 (diff) | |
| download | vimium-ffafb533a3715546a5d2d2e8b960323b1f3fc03a.tar.bz2 | |
Stop options page link from blurring the help dialog iframe
| -rw-r--r-- | pages/options.coffee | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pages/options.coffee b/pages/options.coffee index d3616bbd..aaa8970a 100644 --- a/pages/options.coffee +++ b/pages/options.coffee @@ -232,8 +232,6 @@ initOptionsPage = -> activateHelpDialog = -> HelpDialog.show chrome.extension.getBackgroundPage().helpDialogHtml(true, true, "Command Listing"), frameId - # Prevent the "show help" link from retaining the focus when clicked. - document.activeElement.blur() saveOptions = -> Option.saveOptions() |
