pull/60/merge
brosegu 2024-09-17 05:43:28 +00:00 committed by GitHub
commit 9c1fea7e9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -982,6 +982,8 @@ layer.close = function(index, callback){
layero.find('.'+doms[5])[0].removeChild(iframe);
} catch(e){}
}
//这里的innerHTML 在IE9中调用关闭导致IE崩溃
//我使用这里注释了下面第一行,元芳怎么看?
layero[0].innerHTML = '';
layero.remove();
}