#1087 js 파일 로딩 순서로 인한 문제 수정

thanks to @YJSoft
This commit is contained in:
bnu 2015-03-06 18:44:41 +09:00
parent bb4ecd14d2
commit a6c15ffb0e

View file

@ -3,9 +3,9 @@
<!-- JS -->
<!--%load_js_plugin("ckeditor")-->
<load target="js/xe_interface.js" />
<load target="../../tpl/js/editor.app.js" />
<load target="../../tpl/js/editor_common.js" />
<load target="../../tpl/js/editor.app.js" />
<load target="js/xe_interface.js" />
{@ $css_content = null }
<!--@if($content_font || $content_font_size)-->