diff --git a/platform/firefox/bootstrap.js b/platform/firefox/bootstrap.js index d8046b8a9..d1adfc47b 100644 --- a/platform/firefox/bootstrap.js +++ b/platform/firefox/bootstrap.js @@ -86,7 +86,7 @@ function startup(data, reason) { ); }; - if ( reason !== APP_STARTUP && reason !== ADDON_INSTALL) { + if ( reason !== APP_STARTUP ) { onReady(); return; }