mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
fixed bug in not fully functional browsers, jquery loaded after ie.js, should be before
This commit is contained in:
parent
922fd50b5b
commit
2edcdc4810
5 changed files with 25 additions and 10 deletions
|
|
@ -238,10 +238,11 @@ CloudClient.init = function(){
|
|||
|
||||
if(!document.body.scrollIntoViewIfNeeded){
|
||||
this.OLD_BROWSER = true;
|
||||
DOM.jsload(CloudClient.LIBDIRCLIENT + 'ie.js',
|
||||
function(){
|
||||
DOM.jqueryLoad( lFunc );
|
||||
});
|
||||
var lSrc = CloudClient.LIBDIRCLIENT + 'ie.js';
|
||||
|
||||
DOM.jqueryLoad(
|
||||
DOM.retJSLoad(lSrc, lFunc)
|
||||
);
|
||||
}else
|
||||
lFunc();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue