From 940b2030aa03d893b595786008a9b81605b749e4 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 13 Apr 2015 19:18:12 -0600 Subject: [PATCH] No. of blocked badge should update with popups --- src/js/tab.js | 3 +++ 1 file changed, 3 insertions(+) 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) ) {