From 135359b6156a4979fe5c184c1e0c0a1ba864f2b8 Mon Sep 17 00:00:00 2001 From: ouyangxuhua Date: Thu, 17 Sep 2015 17:36:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88alert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admin/messages.html.erb | 1 - 1 file changed, 1 deletion(-) 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();