|
|
@ -7,10 +7,10 @@
|
|
|
|
$("#error").html('主题不能超过50个字符').show();
|
|
|
|
$("#error").html('主题不能超过50个字符').show();
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(memo_content.html().trim().length > 5000 ){
|
|
|
|
// if(memo_content.html().trim().length > 5000 ){
|
|
|
|
$("#error").html('内容不能超过5000个字符').show();
|
|
|
|
// $("#error").html('内容不能超过5000个字符').show();
|
|
|
|
return;
|
|
|
|
// return;
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
memo_content.sync();
|
|
|
|
memo_content.sync();
|
|
|
|
$("#edit_memo").submit();
|
|
|
|
$("#edit_memo").submit();
|
|
|
|
}else if($("textarea[name='memo[subject]']").val().trim() == "" && memo_content.html().trim() != "" ){
|
|
|
|
}else if($("textarea[name='memo[subject]']").val().trim() == "" && memo_content.html().trim() != "" ){
|
|
|
|