aboutsummaryrefslogtreecommitdiffstats
path: root/pages/options.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'pages/options.coffee')
-rw-r--r--pages/options.coffee3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/options.coffee b/pages/options.coffee
index 3e1843a7..3487c52f 100644
--- a/pages/options.coffee
+++ b/pages/options.coffee
@@ -234,7 +234,8 @@ initOptionsPage = ->
event.preventDefault()
activateHelpDialog = ->
- HelpDialog.toggle chrome.extension.getBackgroundPage().helpDialogHtml true, true, "Command Listing"
+ request = showUnboundCommands: true, showCommandNames: true, customTitle: "Command Listing"
+ chrome.runtime.sendMessage extend(request, handler: "getHelpDialogHtml"), HelpDialog.toggle.bind HelpDialog
saveOptions = ->
Option.saveOptions()