mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
fixed bug with old browsers suport
This commit is contained in:
parent
86641207e1
commit
0dd8bb2a3a
2 changed files with 3 additions and 1 deletions
|
|
@ -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