aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pages/options.coffee2
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()