mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Switch jQuery to Google CDN
This commit is contained in:
parent
f6c1c1e728
commit
38ee3c59ac
@ -43,9 +43,12 @@ class e_jsmanager
|
||||
// "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"
|
||||
"http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js",
|
||||
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js",
|
||||
"http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/base/jquery-ui.css",
|
||||
// "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"
|
||||
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user