diff --git a/src/js/tab.js b/src/js/tab.js index 09cf3c7ad..05cabffe9 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -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) ) {