aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')
);