From c31d4dc3bdc0a81e99016ee6ca81a5f08dc1cfbd Mon Sep 17 00:00:00 2001
From: yuanke <249218296@qq.com>
Date: Fri, 13 May 2016 09:19:47 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E8=A6=81=E5=9B=9E=E5=A4=8D=E5=AD=97?=
=?UTF-8?q?=E4=B8=8D=E6=B6=88=E5=A4=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/javascripts/create_kindeditor.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/javascripts/create_kindeditor.js b/public/javascripts/create_kindeditor.js
index 8989f8716..2ff5336e1 100644
--- a/public/javascripts/create_kindeditor.js
+++ b/public/javascripts/create_kindeditor.js
@@ -31,7 +31,7 @@ function sd_create_editor(params){
//params.toolbar_container.hide();
sd_check_editor_form_field({content:this,contentmsg:params.contentmsg,textarea:params.textarea});
if(this.isEmpty()) {
- this.edit.html("我要回复");
+ this.edit.html("我要回复");
}
//params.toolbar_container.hide();
$('#reply_image_' + id).addClass('imageFuzzy');
@@ -78,7 +78,7 @@ function sd_create_editor(params){
//reset height
paramsHeight = paramsHeight == undefined ? params.kindutil.removeUnit(this.height) : paramsHeight;
edit.iframe.height(paramsHeight);
- edit.html("我要回复");
+ edit.html("我要回复");
this.resize(null,paramsHeight);// Math.max((params.kindutil.IE ? body.scrollHeight : body.offsetHeight)+ paramsHeight , paramsHeight)
// params.toolbar_container.hide();
if(typeof enableAt === 'function'){