mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +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
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 = [{}, {}];
|
||||
|
||||
|
|
|
|||
|
|
@ -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