取消alert
This commit is contained in:
parent
6f9c10651c
commit
135359b615
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue