diff options
author | gorhill <rhill@raymondhill.net> | 2015-09-25 11:54:07 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-09-25 11:54:07 -0400 |
commit | f681bac4071ed1bac978ebd2d161490d37e6793c (patch) | |
tree | 624dc16e27d94666e5aef77d4a484c8927713662 /platform | |
parent | 55b99543f545dfa69b6901284de1491f2b8a749f (diff) | |
download | uBlock-f681bac4071ed1bac978ebd2d161490d37e6793c.zip uBlock-f681bac4071ed1bac978ebd2d161490d37e6793c.tar.gz uBlock-f681bac4071ed1bac978ebd2d161490d37e6793c.tar.bz2 |
reverting #739: this broke normal install
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 d8046b8..d1adfc4 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; } |