diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-10-02 06:37:33 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-10-02 06:37:58 -0400 |
commit | 4c9c091f7b5240b8c665cc35d634bd45815ab66b (patch) | |
tree | 15c0cd73a5f42361126053e45e54051875583630 /www/js | |
parent | e888c09c869d5b5059eaea1d6bc16d3633ff0782 (diff) | |
download | html5ks-4c9c091f7b5240b8c665cc35d634bd45815ab66b.tar.xz html5ks-4c9c091f7b5240b8c665cc35d634bd45815ab66b.zip |
fix minor bug, add robots.txt
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/menu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/menu.js b/www/js/menu.js index f2fbacd..2715e26 100644 --- a/www/js/menu.js +++ b/www/js/menu.js @@ -28,7 +28,7 @@ dialogs: document.getElementById("dialogs"), dialog: { options: document.getElementById("options"), - retn: document.getElementById("retn") + retn: document.getElementById("return") }, mainMenu: document.getElementById("main-menu"), main: { |