mirror of https://github.com/gorhill/uBlock.git
Minor code review
This commit is contained in:
parent
952b5e1522
commit
78a778922d
|
@ -1153,7 +1153,9 @@ vAPI.DOMFilterer = class {
|
||||||
idFromNode(document.body, hashes);
|
idFromNode(document.body, hashes);
|
||||||
classesFromNode(document.body, hashes);
|
classesFromNode(document.body, hashes);
|
||||||
}
|
}
|
||||||
getSurveyResults(hashes, true);
|
if ( hashes.length !== 0 ) {
|
||||||
|
getSurveyResults(hashes, true);
|
||||||
|
}
|
||||||
addPendingList(document.querySelectorAll(
|
addPendingList(document.querySelectorAll(
|
||||||
'[id]:not(html):not(body),[class]:not(html):not(body)'
|
'[id]:not(html):not(body),[class]:not(html):not(body)'
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in New Issue