mirror of https://github.com/gorhill/uBlock.git
Merge branch 'master' of github.com:gorhill/uBlock
This commit is contained in:
commit
8388ab4408
|
@ -86,7 +86,7 @@ function startup(data, reason) {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
if ( reason !== APP_STARTUP ) {
|
if ( reason !== APP_STARTUP && reason !== ADDON_INSTALL) {
|
||||||
onReady();
|
onReady();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue