mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
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
Block a user