Browse Source

as per comment in e762a29d30

pull/2/head
gorhill 10 years ago
parent
commit
13eb2edb59
  1. 3
      platform/firefox/bootstrap.js

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

Loading…
Cancel
Save