aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts/main.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts/main.coffee')
-rw-r--r--background_scripts/main.coffee5
1 files changed, 1 insertions, 4 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index a027154a..ad47c399 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -153,10 +153,7 @@ root.helpDialogHtml = (showUnboundCommands, showCommandNames, customTitle) ->
helpDialogHtmlForCommandGroup(group, commandsToKey, Commands.availableCommands,
showUnboundCommands, showCommandNames)
- dialogHtml = fetchFileContents("pages/help_dialog.html")
- for placeholder, replacementString of replacementStrings
- dialogHtml = dialogHtml.replace "<span id=\"help-dialog-#{placeholder}\"></span>", replacementString
- dialogHtml
+ replacementStrings
#
# Generates HTML for a given set of commands. commandGroups are defined in commands.js