Commit 026f082f by doszhang

dos

parent c4d54148
...@@ -903,7 +903,7 @@ function addFlag(e) { ...@@ -903,7 +903,7 @@ function addFlag(e) {
} }
$('#flagMusic')[0].currentTime = 0; $('#flagMusic')[0].currentTime = 0;
$('#flagMusic')[0].play(); $('#flagMusic')[0].play();
$('#music')[0].play(); $('#music')[0].play(); //debug
$(e.currentTarget).find('.star1,.star2').addClass('animate'); $(e.currentTarget).find('.star1,.star2').addClass('animate');
setTimeout(function () { setTimeout(function () {
$(e.currentTarget).find('.star1,.star2').removeClass('animate'); $(e.currentTarget).find('.star1,.star2').removeClass('animate');
......
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