mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
JQuery 1.7.2 changed to 1.8.0
This commit is contained in:
parent
585f3b3a02
commit
e27b8ba037
3 changed files with 9231 additions and 6 deletions
|
|
@ -26,6 +26,8 @@ scroll to needed place.
|
|||
|
||||
* Fixed bug with document.head in IE.
|
||||
|
||||
* JQuery 1.7.2 changed to 1.8.0
|
||||
|
||||
|
||||
2012.08.06, Version 0.1.5
|
||||
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ var PolyFills = {
|
|||
* можна заменить на любой другой код
|
||||
*/
|
||||
if(!document.getElementsByClassName){
|
||||
Util.jsload('//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js',{
|
||||
Util.jsload('//code.jquery.com/jquery-1.8.0.min.js',{
|
||||
onload: function(){
|
||||
/* сохраняем переменную jQuery себе в область видимости */
|
||||
document.getElementsByClassName = function(pClassName){
|
||||
|
|
@ -845,7 +845,7 @@ CloudClient.init=(function()
|
|||
if(lTitle.length>0)lTitle[0].textContent='Cloud Commander';
|
||||
|
||||
/* загружаем jquery: */
|
||||
Util.jsload('//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js',{
|
||||
Util.jsload('//code.jquery.com/jquery-1.8.0.min.js',{
|
||||
onload: function(){
|
||||
$ = window.jQuery;
|
||||
},
|
||||
|
|
|
|||
9231
lib/client/jquery.js
vendored
9231
lib/client/jquery.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue