Commit 120167b1 by doszhang

dos

parent 9922ee46
...@@ -112,7 +112,7 @@ function toPage2() { ...@@ -112,7 +112,7 @@ function toPage2() {
$('.container').css('overflow-x', 'scroll').css('overflow-y', 'hidden'); $('.container').css('overflow-x', 'scroll').css('overflow-y', 'hidden');
$('.page1').hide(); $('.page1').hide();
$('.page2').show(); $('.page2').show();
fireworkLock = true; // fireworkLock = true;
} }
function toPage3() { function toPage3() {
...@@ -129,7 +129,7 @@ function retry() { ...@@ -129,7 +129,7 @@ function retry() {
$('.page').hide(); $('.page').hide();
$('.page1').show(); $('.page1').show();
fireworkLock = false fireworkLock = false
updateWorld() // updateWorld()
} }
function createPoster(resultFlag) { function createPoster(resultFlag) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment