mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
updated jquery to v.1.8.3
This commit is contained in:
parent
5ba73ac192
commit
6010bd43ff
3 changed files with 1110 additions and 864 deletions
|
|
@ -62,6 +62,8 @@ keyStop: function(e, opt) {
|
|||
|
||||
* Updated CodeMirror to v2.37.01.
|
||||
|
||||
* Updated jquery to v.1.8.3.
|
||||
|
||||
|
||||
2012.12.12, Version 0.1.8
|
||||
|
||||
|
|
|
|||
|
|
@ -308,7 +308,6 @@ var CloudCommander, Util, DOM, CloudFunc;
|
|||
return lID;
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* create elements and load them to DOM-tree
|
||||
* one-by-one
|
||||
|
|
@ -604,7 +603,7 @@ var CloudCommander, Util, DOM, CloudFunc;
|
|||
*/
|
||||
DOM.jqueryLoad = function(pCallBack){
|
||||
/* загружаем jquery: */
|
||||
DOM.jsload('//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js',{
|
||||
DOM.jsload('//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js',{
|
||||
onload: Util.retExec(pCallBack),
|
||||
|
||||
onerror: function(){
|
||||
|
|
|
|||
1969
lib/client/jquery.js
vendored
1969
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