@ -76,7 +76,7 @@
});
function check_and_submit(doc){
$("#error").html("").hide();
// check_forum_name();
if( $("textarea[name='forum[name]']").val().trim() == "" && $("textarea[name='forum[description]']").val().trim() != "" ){
$("#error").html("名称不能为空").show();
return;