diff --git a/cache.manifest b/cache.manifest index 64aed27..3cb2bf8 100644 --- a/cache.manifest +++ b/cache.manifest @@ -1,5 +1,5 @@ CACHE MANIFEST -# v2.0.0d8 +# v2.0.0d11 CACHE: index.html main.js diff --git a/index.html b/index.html index 2deb8d4..2c4f882 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@
About
How to play -Alpha Version 2.0.0 release 8 +Alpha Version 2.0.0 release 10
diff --git a/main.js b/main.js index e29935f..ad08ff3 100644 --- a/main.js +++ b/main.js @@ -1,3 +1,4 @@ +$(document).ready(function() { step=3; stti=10; @@ -313,3 +314,4 @@ start(); }, 4500); } +}); \ No newline at end of file