diff options
author | gorhill <rhill@raymondhill.net> | 2015-09-25 08:32:06 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-09-25 08:32:06 -0400 |
commit | 8388ab440806043a2d754848da127f7eb1e06f24 (patch) | |
tree | ca571d24b9e48f56e43aa2af7fea32c231654f34 /platform | |
parent | de2d993d61d9d0449019de58eb484c877b122584 (diff) | |
parent | 2189a675e735a31330d358be1ede3f50b76989ea (diff) | |
download | uBlock-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.js | 2 |
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; } |