From 2f7af6890d60ecba05cbb9198ac42b6d12568ebd Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 2 Nov 2014 16:56:32 -0500 Subject: [PATCH] this addresses #37 --- src/js/tab.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/js/tab.js b/src/js/tab.js index 1918b1b..cf955e4 100644 --- a/src/js/tab.js +++ b/src/js/tab.js @@ -120,6 +120,9 @@ return null; } + // https://github.com/gorhill/uMatrix/issues/37 + this.updateBadgeAsync(pageURL); + this.pageUrlToTabId[pageURL] = tabId; this.tabIdToPageUrl[tabId] = pageURL; pageStore.boundCount += 1;