1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-27 18:40:41 +12:00

as per comment in e762a29d30

This commit is contained in:
gorhill 2015-04-10 09:05:25 -04:00
parent 031f6a90ee
commit 13eb2edb59

View file

@ -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')
);