mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
#191 jQuery 로드 순서 조정
This commit is contained in:
parent
fd14fa4c5c
commit
4655f29bb9
1 changed files with 4 additions and 4 deletions
|
|
@ -396,8 +396,8 @@ class HTMLDisplayHandler
|
||||||
// add common JS/CSS files
|
// add common JS/CSS files
|
||||||
if(__DEBUG__)
|
if(__DEBUG__)
|
||||||
{
|
{
|
||||||
$oContext->loadFile(array('./common/js/jquery.js', 'head', '', -100000), true);
|
$oContext->loadFile(array('./common/js/jquery.js', 'head', '', -110000), true);
|
||||||
$oContext->loadFile(array('./common/js/jquery-1.x.js', 'head', 'lt IE 9', -100000), true);
|
$oContext->loadFile(array('./common/js/jquery-1.x.js', 'head', 'lt IE 9', -109000), true);
|
||||||
$oContext->loadFile(array('./common/js/x.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/common.js', 'head', '', -100000), true);
|
||||||
$oContext->loadFile(array('./common/js/js_app.js', 'head', '', -100000), true);
|
$oContext->loadFile(array('./common/js/js_app.js', 'head', '', -100000), true);
|
||||||
|
|
@ -407,8 +407,8 @@ class HTMLDisplayHandler
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$oContext->loadFile(array('./common/js/jquery.min.js', 'head', '', -100000), true);
|
$oContext->loadFile(array('./common/js/jquery.min.js', 'head', '', -110000), true);
|
||||||
$oContext->loadFile(array('./common/js/jquery-1.x.min.js', 'head', 'lt IE 9', -100000), true);
|
$oContext->loadFile(array('./common/js/jquery-1.x.min.js', 'head', 'lt IE 9', -109000), true);
|
||||||
$oContext->loadFile(array('./common/js/x.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/js/xe.min.js', 'head', '', -100000), true);
|
||||||
$oContext->loadFile(array('./common/css/xe.min.css', '', '', -1000000), true);
|
$oContext->loadFile(array('./common/css/xe.min.css', '', '', -1000000), true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue