1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 10:24:59 +12:00

this addresses #37

This commit is contained in:
gorhill 2014-11-02 16:56:32 -05:00
parent e49e87ba54
commit 2f7af6890d

View file

@ -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;