mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
Merge branch 'master' of github.com:gorhill/uBlock
This commit is contained in:
commit
e914acd720
1 changed files with 1 additions and 1 deletions
|
@ -1086,7 +1086,7 @@ vAPI.domCollapser = (function() {
|
|||
if ( node.localName === 'iframe' ) {
|
||||
addIFrame(node);
|
||||
}
|
||||
if ( node.children.length !== 0 ) {
|
||||
if ( node.children && node.children.length !== 0 ) {
|
||||
var iframes = node.getElementsByTagName('iframe');
|
||||
if ( iframes.length !== 0 ) {
|
||||
addIFrames(iframes);
|
||||
|
|
Loading…
Reference in a new issue