mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-26 04:12:50 +01:00
reverting #739: this broke normal install
This commit is contained in:
parent
55b99543f5
commit
f681bac407
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 New Issue
Block a user