mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
jquery updated to v1.9.1
This commit is contained in:
parent
786eeb87be
commit
da90a3a806
3 changed files with 2945 additions and 2818 deletions
|
|
@ -13,6 +13,8 @@ and get them out to file system.
|
|||
|
||||
* Added SSL suport.
|
||||
|
||||
* jquery updated to v1.9.1.
|
||||
|
||||
|
||||
2012.03.01, Version 0.1.9
|
||||
|
||||
|
|
|
|||
|
|
@ -766,11 +766,11 @@ var CloudCommander, Util,
|
|||
*/
|
||||
DOM.jqueryLoad = function(pCallBack){
|
||||
/* загружаем jquery: */
|
||||
DOM.jsload('//code.jquery.com/jquery-1.9.0.min.js',{
|
||||
DOM.jsload('//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',{
|
||||
onload: Util.retExec(pCallBack),
|
||||
|
||||
onerror: function(){
|
||||
DOM.jsload('lib/client/jquery.js');
|
||||
DOM.jsload('/lib/client/jquery.js');
|
||||
|
||||
/*
|
||||
* if could not load jquery from google server
|
||||
|
|
|
|||
5757
lib/client/jquery.js
vendored
5757
lib/client/jquery.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue