修复 去除废弃js调用
This commit is contained in:
parent
a7974f1519
commit
0d0c711c22
|
@ -1,7 +1,6 @@
|
|||
<link rel="stylesheet" type="text/css" href='{$_G['setting']['csspath']}{STYLEID}_editor.css?{VERHASH}' />
|
||||
<script type="text/javascript" src="{$_G['setting']['jspath']}editor.js?{VERHASH}"></script>
|
||||
<script type="text/javascript" src="{$_G['setting']['jspath']}bbcode.js?{VERHASH}"></script>
|
||||
<script type="text/javascript" src="{$_G['setting']['jspath']}common_postimg.js?{VERHASH}"></script>
|
||||
<script type="text/javascript">
|
||||
var editorid = '$editorid';
|
||||
var textobj = $(editorid + '_textarea');
|
||||
|
|
Loading…
Reference in New Issue