diff --git a/ChangeLog b/ChangeLog index 3fb84a23..b2ed6afc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/lib/client.js b/lib/client.js index ebeaa32c..974b5c69 100644 --- a/lib/client.js +++ b/lib/client.js @@ -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(