|
|
|
@ -128,8 +128,8 @@
|
|
|
|
|
$("#error").html("主题 过长(最长为 50 个字符)").show();
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
if(memo_content.html().length > 30000){
|
|
|
|
|
$("#error").html("内容 过长(最长为 30000 个字符)").show();
|
|
|
|
|
if(memo_content.html().length > 20000){
|
|
|
|
|
$("#error").html("内容 过长(最长为 20000 个字符)").show();
|
|
|
|
|
$("html,body").animate({scrollTop:$("#error").offset().top},1000)
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|