|
|
@ -12,10 +12,12 @@
|
|
|
|
if($("#document_title").val().trim() == "")
|
|
|
|
if($("#document_title").val().trim() == "")
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$("#doc_title_hint").html("<span class='c_red'>标题不能为空</span>").show();
|
|
|
|
$("#doc_title_hint").html("<span class='c_red'>标题不能为空</span>").show();
|
|
|
|
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$("#doc_title_hint").hide();
|
|
|
|
$("#doc_title_hint").hide();
|
|
|
|
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|