Browse Source

this addresses #37

pull/2/head
gorhill 10 years ago
parent
commit
2f7af6890d
  1. 3
      src/js/tab.js

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

Loading…
Cancel
Save