Commit 28af269c by doszhang

dos

parent f23239d2
...@@ -803,7 +803,7 @@ function addFlag(e) { ...@@ -803,7 +803,7 @@ function addFlag(e) {
my_notify('这个Flag已经立过啦!'); my_notify('这个Flag已经立过啦!');
return false; return false;
} }
$('#flagMusic')[0].stop(); $('#flagMusic')[0].currentTime = 0;
$('#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