diff options
| author | Phil Crosby | 2012-05-05 20:23:21 -0700 | 
|---|---|---|
| committer | Phil Crosby | 2012-05-05 20:24:33 -0700 | 
| commit | bdef276ae7ea4bd3afc06c808a50e5f60dc4584b (patch) | |
| tree | bf419110ed78373736332e04ae2415ecbcf4cf27 | |
| parent | 083ed4dc8282de961e1733e1d98a792d79befc5f (diff) | |
| download | vimium-bdef276ae7ea4bd3afc06c808a50e5f60dc4584b.tar.bz2 | |
rename help dialog
| -rw-r--r-- | background_page.html | 2 | ||||
| -rw-r--r-- | help_dialog.html (renamed from helpDialog.html) | 0 | 
2 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, diff --git a/helpDialog.html b/help_dialog.html index 7bd08829..7bd08829 100644 --- a/helpDialog.html +++ b/help_dialog.html | 
