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

@ -1,3 +1,8 @@
2012.*.*, v0.2.1
* Changed jquery cdn to one with https suport jquery.com -> google cdn.
2012.04.22, v0.2.0
* Added alerting about errors.

View file

@ -83,7 +83,7 @@
function appCacheProcessing(){
var lFONT_REMOTE = '//themes.googleusercontent.com/static/fonts/droidsansmono/v4/ns-m2xQYezAtqh7ai59hJUYuTAAIFFn5GTWtryCmBQ4.woff',
lFONT_LOCAL = './font/DroidSansMono.woff',
lJQUERY_REMOTE = 'http://code.jquery.com/jquery-2.0.0.min.js',
lJQUERY_REMOTE = '//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js',
lJQUERY_LOCAL = './lib/client/jquery.js',
lFiles = [{}, {}];

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