Commit 5846c8ab by doszhang

dos

parent 26424b41
...@@ -814,6 +814,7 @@ function addFlag(e) { ...@@ -814,6 +814,7 @@ function addFlag(e) {
my_notify('这个Flag已经立过啦!'); my_notify('这个Flag已经立过啦!');
return false; return false;
} }
$('#flagMusic')[0].pause();
$('#flagMusic')[0].play(); $('#flagMusic')[0].play();
// target.startX = e.pageX; // target.startX = e.pageX;
// target.startY = e.pageY; // target.startY = e.pageY;
......
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