jQuery와 jQuery-Migrate 파일을 병합

* 모바일 페이지에서 두 파일을 동시에 로드하지 않을 때 문제 해결.
This commit is contained in:
bnu 2013-11-30 20:02:46 +09:00
parent 035fd8fa3b
commit 2e3c0c6568
7 changed files with 1048 additions and 525 deletions

View file

@ -398,7 +398,6 @@ class HTMLDisplayHandler
{
$oContext->loadFile(array('./common/js/jquery.js', 'head', '', -100000), true);
$oContext->loadFile(array('./common/js/jquery-1.x.js', 'head', 'lt IE 9', -100000), true);
$oContext->loadFile(array('./common/js/jquery-migrate.js', 'head', '', -100000), true);
$oContext->loadFile(array('./common/js/x.js', 'head', '', -100000), true);
$oContext->loadFile(array('./common/js/common.js', 'head', '', -100000), true);
$oContext->loadFile(array('./common/js/js_app.js', 'head', '', -100000), true);
@ -410,7 +409,6 @@ class HTMLDisplayHandler
{
$oContext->loadFile(array('./common/js/jquery.min.js', 'head', '', -100000), true);
$oContext->loadFile(array('./common/js/jquery-1.x.min.js', 'head', 'lt IE 9', -100000), true);
$oContext->loadFile(array('./common/js/jquery-migrate.min.js', 'head', '', -100000), true);
$oContext->loadFile(array('./common/js/x.min.js', 'head', '', -100000), true);
$oContext->loadFile(array('./common/js/xe.min.js', 'head', '', -100000), true);
$oContext->loadFile(array('./common/css/xe.min.css', '', '', -1000000), true);