1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-19 03:05:22 +02:00

reverting #739: this broke normal install

This commit is contained in:
gorhill 2015-09-25 11:54:07 -04:00
parent 55b99543f5
commit f681bac407

View File

@ -86,7 +86,7 @@ function startup(data, reason) {
); );
}; };
if ( reason !== APP_STARTUP && reason !== ADDON_INSTALL) { if ( reason !== APP_STARTUP ) {
onReady(); onReady();
return; return;
} }