TPI实训

This commit is contained in:
daiao 2017-03-23 20:21:37 +08:00
parent 840a57fb0e
commit 44ec1d23cc
1 changed files with 4 additions and 4 deletions

View File

@ -153,21 +153,21 @@
<script type="text/javascript">
challenge_knowledge_editor = KindEditor.create('#challenge_task_pass',
{"width":"85%",
{"width":"87.5%",
"resizeType":0,
"no_label":true,
"autoHeightMode":true,
"height":300,
"height":200,
"allowFileManager":true,
afterBlur:function () { this.sync(); },
"uploadJson":"/kindeditor/upload",
"fileManagerJson":"/kindeditor/filemanager"});
challenge_task_editor = KindEditor.create('#challenge_ready_knowledge',
{"width":"85%",
{"width":"87.5%",
"resizeType":0,
"no_label":true,
"autoHeightMode":true,
"height":300,
"height":200,
"allowFileManager":true,
afterBlur:function () { this.sync(); },
"uploadJson":"/kindeditor/upload",