이미 로드한 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

@ -4,7 +4,6 @@
<load target="css/Orange/layout.css" cond="$layout_info->colorset=='orange'" />
<load target="css/nGreenA/layout.css" cond="$layout_info->colorset=='ngreena'" />
<load target="css/nGreenB/layout.css" cond="$layout_info->colorset=='ngreenb'" />
<load target="../../common/js/jquery.min.js" index="-1000000" />
<load target="js/layout.js" />
<div class="skip"><a href="#ct">Skip to Content</a></div>
<header class="lo_head">

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" />