diff --git a/app/views/admin/messages.html.erb b/app/views/admin/messages.html.erb index cd060e700..ba6407ef5 100644 --- a/app/views/admin/messages.html.erb +++ b/app/views/admin/messages.html.erb @@ -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();