Commit d59623ad by doszhang

dos

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