TPI实训
This commit is contained in:
parent
840a57fb0e
commit
44ec1d23cc
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue