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

This commit is contained in:
gorhill 2015-09-25 08:32:06 -04:00
commit 8388ab4408

View file

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