Commit 5ac57f24 by doszhang

dos

parent 8a4b362b
...@@ -359,7 +359,8 @@ $(document).ready(function () { ...@@ -359,7 +359,8 @@ $(document).ready(function () {
}); });
function setCustomizeVal() { function setCustomizeVal() {
if ($('input[name=customize-flag]').val() == '也能在这里写下你的Flag哦') { if ($('input[name=customize-flag]').val() == '也能在这里写下你的Flag哦' ||
$('input[name=customize-flag]').val().match(/^\s*$/)) {
$('input[name=customize-flag]').css('color', "#222222").val(''); $('input[name=customize-flag]').css('color', "#222222").val('');
} }
} }
......
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