mirror of https://github.com/gorhill/uBlock.git
code review
This commit is contained in:
parent
923019794d
commit
60713fc48a
|
@ -227,7 +227,7 @@ var uBlockCollapser = (function() {
|
|||
|
||||
var iframesFromNode = function(node) {
|
||||
if ( node.localName === 'iframe' ) {
|
||||
add(node);
|
||||
addIFrame(node);
|
||||
}
|
||||
var iframes = node.querySelectorAll('iframe');
|
||||
var i = iframes.length;
|
||||
|
|
Loading…
Reference in New Issue