From fda75755b8b8417d3a51c5f5f1dfd1d304942021 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 5c4745549..65ef280e7 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -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) ) {