mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
removed force ie.js loading
This commit is contained in:
parent
9c6f85a2fa
commit
76ca8ba537
1 changed files with 1 additions and 1 deletions
|
|
@ -1030,7 +1030,7 @@ CloudClient.init = (function(){
|
|||
getByClass = Util.getByClass;
|
||||
getById = Util.getById;
|
||||
|
||||
if(2===2 || !document.body.scrollIntoViewIfNeeded){
|
||||
if(!document.body.scrollIntoViewIfNeeded){
|
||||
this.OLD_BROWSER = true;
|
||||
Util.jsload(CloudClient.LIBDIRCLIENT + 'ie.js',
|
||||
function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue