changed jquery cdn to one with https suport jquery.com -> google cdn

This commit is contained in:
coderaiser 2013-04-23 03:33:33 -04:00
parent a1951b9c4c
commit d1e13d7917
3 changed files with 7 additions and 2 deletions

View file

@ -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(){