mirror of https://github.com/gorhill/uBlock.git
as per comment in e762a29d30
This commit is contained in:
parent
67417c5cec
commit
25036eb5cf
|
@ -70,9 +70,6 @@ function startup(data, reason) {
|
|||
return;
|
||||
}
|
||||
|
||||
// I believe this needs to be called in case it was added above.
|
||||
hiddenDoc.removeEventListener('DOMContentLoaded', onReady);
|
||||
|
||||
bgProcess = hiddenDoc.documentElement.appendChild(
|
||||
hiddenDoc.createElementNS('http://www.w3.org/1999/xhtml', 'iframe')
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue