aboutsummaryrefslogtreecommitdiffstats
path: root/platform/firefox/bootstrap.js
diff options
context:
space:
mode:
Diffstat (limited to 'platform/firefox/bootstrap.js')
-rw-r--r--platform/firefox/bootstrap.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/firefox/bootstrap.js b/platform/firefox/bootstrap.js
index d1adfc4..d8046b8 100644
--- a/platform/firefox/bootstrap.js
+++ b/platform/firefox/bootstrap.js
@@ -86,7 +86,7 @@ function startup(data, reason) {
);
};
- if ( reason !== APP_STARTUP ) {
+ if ( reason !== APP_STARTUP && reason !== ADDON_INSTALL) {
onReady();
return;
}