|
|
|
@ -171,7 +171,10 @@ function nh_init_board(params){
|
|
|
|
|
}else{
|
|
|
|
|
params.textarea.html(params.init_content_val.val());
|
|
|
|
|
}
|
|
|
|
|
editor.valueOf(params.textarea);
|
|
|
|
|
var str = params.textarea.html();
|
|
|
|
|
str=str.replace(new RegExp(/</g),'<');
|
|
|
|
|
str=str.replace(new RegExp(/>/g),'>');
|
|
|
|
|
editor.html(str);
|
|
|
|
|
params.subjectmsg.hide();
|
|
|
|
|
params.contentmsg.hide();
|
|
|
|
|
if(params.quote_show!=undefined)params.quote_show.empty();
|
|
|
|
|