Commit 00734fd4 by doszhang

dos

parent ae418634
...@@ -735,7 +735,7 @@ function addCustomizeFlag() { ...@@ -735,7 +735,7 @@ function addCustomizeFlag() {
my_notify('请填写flag'); my_notify('请填写flag');
return false; return false;
} }
$('.flagadd').addClass('animate'); $('.flagadd').show().addClass('animate');
setTimeout(function () { setTimeout(function () {
$('.flagadd').removeClass('animate'); $('.flagadd').removeClass('animate');
}, 1000); }, 1000);
......
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