diff options
Diffstat (limited to 'options.html')
| -rw-r--r-- | options.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/options.html b/options.html index 52dbdef2..730c9bff 100644 --- a/options.html +++ b/options.html @@ -126,7 +126,7 @@ map j scrollDown<br/> unmap j<br/> unmapAll<br/> - " this is a comment<br/> + " this is a comment<br/> # this is also a comment<br/> </div> <a href="#" id="showCommands">Show available commands.</a> @@ -214,8 +214,8 @@ </table> <div id="buttonsPanel"> - <button id="restoreSettings" onclick="restoreToDefaults()">Restore to Defaults</button> - <button id="saveOptions" disabled="true" onclick="saveOptions()">Save Options</button> + <button id="restoreSettings">Restore to Defaults</button> + <button id="saveOptions" disabled="true">Save Options</button> </div> <br/> |
