@@ -108,12 +108,14 @@
<script type="text/javascript">
var edit1, edit2;
KindEditor.ready(function (K) {
+ /*
edit1 = K.create('#robot_name', {
themeType: 'qq',
items: [
'bold', 'italic', 'underline', 'fontname', 'fontsize', 'forecolor', 'hilitecolor', 'plug-align', 'plug-order', 'plug-indent', 'link'
]
});
+ */
edit2 = K.create('#robot_content', {
@@ -171,7 +173,7 @@
};
$('#commentForm').submit(function(){
- $("#robot_name").val(edit1.html());
+ // $("#robot_name").val(edit1.html());
$("#robot_content").val(edit2.html());
$(this).ajaxSubmit(options);
@@ -116,12 +116,14 @@
@@ -168,7 +170,7 @@
$('#commentForm').submit(function () {