Commit 173e016e by doszhang

dos

parent 7e3ead4a
......@@ -809,7 +809,7 @@ function addFlag(e) {
let text = $(this).find('.flag-text').text();
if (flagStack.indexOf(text) != -1) {
$('#notification_area').remove();
my_notify('这个Flag已经立过啦');
my_notify('这个Flag已经立过啦!');
return false;
}
$('#flagMusic')[0].play();
......
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