1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 13:11:52 +02:00

Update to jQuery 1.8.3 and jQuery UI 1.9.2

This commit is contained in:
Cameron 2012-11-25 12:37:21 -08:00
parent baf8065b11
commit 6b888d334a

View File

@ -40,9 +40,13 @@ class e_jsmanager
'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"
// "http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/base/jquery-ui.css",
// "http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"
// "http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js",
"http://code.jquery.com/jquery-1.8.3.js",
"http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css",
"http://code.jquery.com/ui/1.9.2/jquery-ui.js"
)
);