1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-26 04:12:50 +01:00

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;
}