mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Merge pull request #739 from nrich/patch-1
Do not call onReady if addon is installing
This commit is contained in:
commit
2189a675e7
1 changed files with 1 additions and 1 deletions
2
platform/firefox/bootstrap.js
vendored
2
platform/firefox/bootstrap.js
vendored
|
@ -86,7 +86,7 @@ function startup(data, reason) {
|
|||
);
|
||||
};
|
||||
|
||||
if ( reason !== APP_STARTUP ) {
|
||||
if ( reason !== APP_STARTUP && reason !== ADDON_INSTALL) {
|
||||
onReady();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue