이미 로드한 xe.js 등을 템플릿에서 중복으로 로드하는 코드 제거

d632bffb9f
This commit is contained in:
bnu 2017-11-28 16:21:33 +09:00 committed by BJRambo
parent 49f1a691d1
commit ec5edff77b
2 changed files with 0 additions and 7 deletions

View file

@ -1,9 +1,3 @@
{@ Context::loadFile(array("./common/js/jquery.js", 'head', '', -100000), true) }
{@ Context::loadFile(array("./common/js/js_app.js", 'head', '', -100000), true) }
{@ Context::loadFile(array("./common/js/common.js", 'head', '', -100000), true) }
{@ Context::loadFile(array("./common/js/xml_handler.js", 'head', '', -100000), true) }
{@ Context::loadFile(array("./common/js/xml_js_filter.js", 'head', '', -100000), true) }
<load target="../../tpl/js/signup_check.js" />
<load target="../../tpl/js/member_admin.js" />
<load target="css/msignup.css" />