@ -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();