aboutsummaryrefslogtreecommitdiffstats
path: root/pages/help_dialog.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'pages/help_dialog.coffee')
-rw-r--r--pages/help_dialog.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/help_dialog.coffee b/pages/help_dialog.coffee
index e2f5220f..019fba9b 100644
--- a/pages/help_dialog.coffee
+++ b/pages/help_dialog.coffee
@@ -33,7 +33,7 @@ HelpDialog =
isReady: -> true
show: (html) ->
- for placeholder, htmlString of html
+ for own placeholder, htmlString of html
@dialogElement.querySelector("#help-dialog-#{placeholder}").innerHTML = htmlString
@showAdvancedCommands(@getShowAdvancedCommands())