this addresses #37

pull/2/head
gorhill 10 years ago
parent e49e87ba54
commit 2f7af6890d

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

Loading…
Cancel
Save