fixed bug with old browsers suport

This commit is contained in:
coderaiser 2013-02-06 14:04:39 -05:00
parent ffa8bd8d61
commit ea938a51a0
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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(