|
|
|
@ -185,8 +185,11 @@ function nh_init_board(params){
|
|
|
|
|
if(params.quote_input!=undefined)params.quote_input.empty();
|
|
|
|
|
}else{
|
|
|
|
|
if(params.type=='reply'){
|
|
|
|
|
params.jumphref.attr('href','#'+params.form.attr('id'));
|
|
|
|
|
params.jumphref[0].click();
|
|
|
|
|
params.textarea.show();
|
|
|
|
|
params.textarea.focus();
|
|
|
|
|
params.textarea.hide();
|
|
|
|
|
//params.jumphref.attr('href','#'+params.form.attr('id'));
|
|
|
|
|
//params.jumphref[0].click();
|
|
|
|
|
}else params.inputsubject.focus();
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|