mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#3 jQueqy, jQuery UI 업데이트
* jQuery : v1.10.2(lt IE 9) & v2.0.3 * jQuery UI : v1.10.3 * jQuery Migrate : v1.2.1
This commit is contained in:
parent
7623df3247
commit
1aa4c8e9a7
18 changed files with 16300 additions and 7222 deletions
|
|
@ -396,6 +396,8 @@ class HTMLDisplayHandler
|
|||
if(__DEBUG__)
|
||||
{
|
||||
$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);
|
||||
|
|
@ -406,6 +408,8 @@ class HTMLDisplayHandler
|
|||
else
|
||||
{
|
||||
$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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue