aboutsummaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-09-25 08:32:06 -0400
committergorhill <rhill@raymondhill.net>2015-09-25 08:32:06 -0400
commit8388ab440806043a2d754848da127f7eb1e06f24 (patch)
treeca571d24b9e48f56e43aa2af7fea32c231654f34 /platform
parentde2d993d61d9d0449019de58eb484c877b122584 (diff)
parent2189a675e735a31330d358be1ede3f50b76989ea (diff)
downloaduBlock-8388ab440806043a2d754848da127f7eb1e06f24.zip
uBlock-8388ab440806043a2d754848da127f7eb1e06f24.tar.gz
uBlock-8388ab440806043a2d754848da127f7eb1e06f24.tar.bz2
Merge branch 'master' of github.com:gorhill/uBlock
Diffstat (limited to 'platform')
-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;
}