mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fixed bug with old browsers suport
This commit is contained in:
parent
ffa8bd8d61
commit
ea938a51a0
2 changed files with 3 additions and 1 deletions
|
|
@ -124,6 +124,8 @@ time was changed.
|
|||
|
||||
* Commander functions moved out to commander.js from server.js
|
||||
|
||||
* Fixed bug with old browsers suport.
|
||||
|
||||
|
||||
2012.12.12, Version 0.1.8
|
||||
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ CloudCmd.init = function(){
|
|||
]);
|
||||
},
|
||||
lFunc = function(pCallBack){
|
||||
this.OLD_BROWSER = true;
|
||||
CloudCmd.OLD_BROWSER = true;
|
||||
var lSrc = CloudCmd.LIBDIRCLIENT + 'ie.js';
|
||||
|
||||
DOM.jqueryLoad(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue