1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

No. of blocked badge should update with popups

This commit is contained in:
Chris 2015-04-13 19:18:12 -06:00 committed by gorhill
parent ecec43f198
commit fda75755b8

View File

@ -471,6 +471,9 @@ vAPI.tabs.onPopup = function(details) {
if ( pageStore ) {
pageStore.logRequest(context, result);
}
if ( µb.userSettings.showIconBadge ) {
µb.updateBadgeAsync(details.openerTabId);
}
// Not blocked
if ( µb.isAllowResult(result) ) {