Commit 0697bf1b by doszhang

dos

parent d59623ad
......@@ -817,7 +817,7 @@ function createList(target, flag, no, wrapNum = 0) {
function addCustomizeFlag() {
let text = $('input[name=customize-flag]').val();
if (text.match(/^\s*$/)) {
if (text.match(/^\s*$/) || $('input[name=customize-flag]').val() == '也能在这里写下你的Flag哦') {
$('#notification_area').remove();
my_notify('请填写flag');
return false;
......
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