From 9a7b32c9350e7b2263d1a19ac2420cea6b7ea11d Mon Sep 17 00:00:00 2001 From: liuyizhou Date: Tue, 21 Jun 2016 16:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E2=80=9C=E8=B4=B4=E5=90=A7=E5=90=8D=E7=A7=B0=E5=B7=B2=E7=BB=8F?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E2=80=9D=EF=BC=8C=E5=AE=9E=E9=99=85=E5=8F=88?= =?UTF-8?q?=E6=96=B0=E5=BB=BA=E6=88=90=E5=8A=9F=E4=BA=86=20bug=20app/views?= =?UTF-8?q?/forums/index.html.erb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/forums/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/forums/index.html.erb b/app/views/forums/index.html.erb index 6c9428af3..967a69a95 100644 --- a/app/views/forums/index.html.erb +++ b/app/views/forums/index.html.erb @@ -76,7 +76,7 @@ }); function check_and_submit(doc){ $("#error").html("").hide(); -// check_forum_name(); +// check_forum_name(); if( $("textarea[name='forum[name]']").val().trim() == "" && $("textarea[name='forum[description]']").val().trim() != "" ){ $("#error").html("名称不能为空").show(); return;