mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
changed jquery cdn to one with https suport jquery.com -> google cdn
This commit is contained in:
parent
a1951b9c4c
commit
d1e13d7917
3 changed files with 7 additions and 2 deletions
|
|
@ -834,7 +834,7 @@ var CloudCommander, Util, DOM = {}, CloudFunc;
|
|||
*/
|
||||
DOM.jqueryLoad = function(pCallBack){
|
||||
/* загружаем jquery: */
|
||||
DOM.jsload('http://code.jquery.com/jquery-2.0.0.min.js',{
|
||||
DOM.jsload('//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js',{
|
||||
onload: Util.retExec(pCallBack),
|
||||
|
||||
onerror: function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue