no commit message

This commit is contained in:
niandeng
2022-03-10 09:27:29 +08:00
parent 439b0d4544
commit 451ff0b4af
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -6515,12 +6515,13 @@
}, 10);
};
var w3c = function() {
if(valType(fn) == 'function') {
fn();
}
removeListener(window, 'load', w3c);
};
if(!isUndefined($('body'))){
if(!isUndefined(document.body)){
if(valType(fn) == 'function') {
fn();
}
+1 -1
View File
File diff suppressed because one or more lines are too long