From 13eb2edb5946c1233612069ce400dc5fb03fad92 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 10 Apr 2015 09:05:25 -0400 Subject: [PATCH] as per comment in https://github.com/AlexVallat/uBlock/commit/e762a29d308caa46578cdc34a9be92c4ad5ecdd0 --- platform/firefox/bootstrap.js | 3 --- 1 file changed, 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') );