diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-24 17:13:16 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-08-24 17:13:16 -0400 |
commit | 2e1bfd32991ce1de81dd6f0f2fb5a4dbbc3bf569 (patch) | |
tree | 20a61e92baa3722c7784b0480368a5d38f7692f9 /www/index.html | |
parent | 32a2ef87ded92abdfae94548f42a6442deef3b2b (diff) | |
download | html5ks-2e1bfd32991ce1de81dd6f0f2fb5a4dbbc3bf569.tar.xz html5ks-2e1bfd32991ce1de81dd6f0f2fb5a4dbbc3bf569.zip |
fix various minor bugs
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index bc4de59..b6d2321 100644 --- a/www/index.html +++ b/www/index.html @@ -105,7 +105,7 @@ <div id="save" class="button game_menu_save"></div> <div class="load button game_menu_load"></div> <div id="goto-main-menu" class="button game_menu_main"></div> - <div class="quit button game_menu_quit"></div> + <div class="quit button disabled game_menu_quit"></div> </div> <div id="context-info"> <div><span class="play_time_label"></span>: <span id="play-time"></span></div> |