From a25b2b948e5b714b1c0d80f03ec5638d7607fe27 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Wed, 3 Feb 2016 03:20:05 +0000 Subject: Use s as placeholders in help_dialog.html --- background_scripts/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index 5c056fc9..a027154a 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -155,7 +155,7 @@ root.helpDialogHtml = (showUnboundCommands, showCommandNames, customTitle) -> dialogHtml = fetchFileContents("pages/help_dialog.html") for placeholder, replacementString of replacementStrings - dialogHtml = dialogHtml.replace "{{#{placeholder}}}", replacementString + dialogHtml = dialogHtml.replace "", replacementString dialogHtml # -- cgit v1.2.3