Commit 0473db8f by doszhang

dos

parent 888ac3cb
......@@ -247,7 +247,7 @@ $(document).ready(function () {
window.scroll(0, 0); //失焦后强制让页面归位
if ($(this).attr('name', 'customize-flag')) {
if ($('input[name=customize-flag]').val().match(/^\s*$/)) {
$('input[name=customize-flag]').css('color', "#222222").val('');
$('input[name=customize-flag]').css('color', '#878787').val('也能在这里写下你的Flag哦');
}
}
});
......
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