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;