修复 去除废弃js调用

This commit is contained in:
Discuz! 2017-02-06 17:10:28 +08:00
parent a7974f1519
commit 0d0c711c22
1 changed files with 0 additions and 1 deletions

View File

@ -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');