mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
reverting #739: this broke normal install
This commit is contained in:
parent
55b99543f5
commit
f681bac407
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 && reason !== ADDON_INSTALL) {
|
||||
if ( reason !== APP_STARTUP ) {
|
||||
onReady();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue