diff options
Diffstat (limited to 'background_page.html')
| -rw-r--r-- | background_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html index 2c6f8e22..9b5487c3 100644 --- a/background_page.html +++ b/background_page.html @@ -174,7 +174,7 @@ var command = keyToCommandRegistry[key].command; commandsToKey[command] = (commandsToKey[command] || []).concat(key); } - var dialogHtml = fetchFileContents("helpDialog.html"); + var dialogHtml = fetchFileContents("help_dialog.html"); for (var group in commandGroups) dialogHtml = dialogHtml.replace("{{" + group + "}}", helpDialogHtmlForCommandGroup(group, commandsToKey, availableCommands, |
