No. of blocked badge should update with popups

This commit is contained in:
Chris 2015-04-13 19:18:12 -06:00
parent 0fffd1634e
commit 940b2030aa
1 changed files with 3 additions and 0 deletions

View File

@ -464,6 +464,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) ) {