|
|
@ -123,6 +123,7 @@ function nh_check_field(params){
|
|
|
|
function nh_init_board(params){
|
|
|
|
function nh_init_board(params){
|
|
|
|
//发帖/编辑/回复按钮的click
|
|
|
|
//发帖/编辑/回复按钮的click
|
|
|
|
params.showbtn.click(function(){
|
|
|
|
params.showbtn.click(function(){
|
|
|
|
|
|
|
|
params.textarea.removeAttr('placeholder');
|
|
|
|
if(params.textarea.data('init') == undefined){
|
|
|
|
if(params.textarea.data('init') == undefined){
|
|
|
|
//初始化编辑器
|
|
|
|
//初始化编辑器
|
|
|
|
var editor = params.kindutil.create(params.textarea, {
|
|
|
|
var editor = params.kindutil.create(params.textarea, {
|
|
|
|