取消alert

This commit is contained in:
ouyangxuhua 2015-09-17 17:36:55 +08:00
parent 6f9c10651c
commit 135359b615
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@
}
function regexTitle(obj){
var title = obj.val();
alert(title);
if(title.length == 0)
{
$("#title_notice_span").text("标题不能为空").css("color", "#ff0000").focus();