aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-04-10 09:05:25 -0400
committergorhill <rhill@raymondhill.net>2015-04-10 09:05:25 -0400
commit25036eb5cf173e4cbe5b9449c81b33230fae663d (patch)
treee81cb5223de9f9617c18c5a6acbea1634e0ab3d5
parent67417c5cecffb99810a0381df50255d4dff508ad (diff)
downloaduBlock-25036eb5cf173e4cbe5b9449c81b33230fae663d.zip
uBlock-25036eb5cf173e4cbe5b9449c81b33230fae663d.tar.gz
uBlock-25036eb5cf173e4cbe5b9449c81b33230fae663d.tar.bz2
as per comment in https://github.com/AlexVallat/uBlock/commit/e762a29d308caa46578cdc34a9be92c4ad5ecdd0
-rw-r--r--platform/firefox/bootstrap.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/firefox/bootstrap.js b/platform/firefox/bootstrap.js
index e48c9c7..8d6dcc5 100644
--- a/platform/firefox/bootstrap.js
+++ b/platform/firefox/bootstrap.js
@@ -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')
);