Commit d59623ad by doszhang

dos

parent 0473db8f
......@@ -822,7 +822,7 @@ function addCustomizeFlag() {
my_notify('请填写flag');
return false;
}
$('input[name=customize-flag]').css('color', '#878787').val('也能在这里写下你的Flag哦');
$('.flagadd').show().addClass('animate');
setTimeout(function () {
$('.flagadd').removeClass('animate');
......@@ -836,7 +836,7 @@ function addCustomizeFlag() {
flagStack.push(text);
addFlagToList(text);
$('.flag-page .choose-num').text((chooseNum++) + 1);
$('input[name=customize-flag]').val('');
$('input[name=customize-flag]').css('color', '#878787').val('也能在这里写下你的Flag哦');
}
function addFlag(e) {
......
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