Merge branch 'master' of github.com:gorhill/uBlock

This commit is contained in:
gorhill 2015-09-25 08:32:06 -04:00
commit 8388ab4408
1 changed files with 1 additions and 1 deletions

View File

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