1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00

Upgrade to jquery-ui 1.9.1

This commit is contained in:
CaMer0n
2012-11-01 00:13:24 +00:00
parent 792cc7e715
commit f57297982c
4 changed files with 39 additions and 28 deletions

View File

@@ -25,17 +25,25 @@ class e_jsmanager
'e107.js'),
/*
'jquery' => array(
"jquery/jquery-1.7.2.min.js",
"jquery/jquery-ui-1.8.21.custom.min.js",
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/base/jquery-ui.css"
"http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css",
"http://code.jquery.com/jquery-1.8.2.js",
"http://code.jquery.com/ui/1.9.1/jquery-ui.js"
),
*/
'jquery' => array(
"http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js",
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js",
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/themes/base/jquery-ui.css"
)
*/
'jquery' => array(
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/base/jquery-ui.css",
"http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js",
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"
)
);