From 6a323511dec93950dd9e93a76eeb1e9bc4a112ee Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 9 Jul 2012 08:49:59 -0400 Subject: [PATCH] added jquery file --- client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.js b/client.js index 03ec22bf..cadd6682 100644 --- a/client.js +++ b/client.js @@ -299,7 +299,7 @@ CloudClient.init=(function() /* загружаем jquery: */ CloudClient.jsload('//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js',{ onerror: function(){ - CloudClient.jsload('lib/client/jquery.min.js'); + CloudClient.jsload('lib/client/jquery.js'); } }); @@ -697,7 +697,7 @@ CloudClient._getJSONfromFileTable=function() }; }, onerror: function(){ - CloudClient.jsload(CloudClient.LIBDIRCLIENT + 'jquery.min.js', + CloudClient.jsload(CloudClient.LIBDIRCLIENT + 'jquery.js', function(){ document.getElementsByClassName=function(pClassName){ return window.jQuery('.'+pClassName)[0];