issue 804 remove min file

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10131 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-02-16 09:06:54 +00:00
parent 17fcd83cee
commit 20b23b2487

View file

@ -27,7 +27,7 @@
<!--// 기본 js/언어파일 로드 --> <!--// 기본 js/언어파일 로드 -->
<load target="js/Xpress_Editor.js" cond="__DEBUG__" /> <load target="js/Xpress_Editor.js" cond="__DEBUG__" />
<load target="js/xe_interface.js" cond="__DEBUG__" /> <load target="js/xe_interface.js" cond="__DEBUG__" />
<load target="js/xpresseditor.min.js" cond="!__DEBUG__" /> <load target="js/xpresseditor.js" cond="!__DEBUG__" />
<!-- 자동저장용 폼 --> <!-- 자동저장용 폼 -->