mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +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
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 New Issue
Block a user