Skip to content

Commit 84f2f35

Browse files
committed
Fix wrong counter of visits
1 parent 6fc094b commit 84f2f35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/background.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ function backgroundCheck() {
3939
} else {
4040
if (tab !== undefined) {
4141
if (currentTab !== tab.url) {
42-
tab.incCounter();
4342
activity.setCurrentActiveTab(tab.url);
4443
}
4544
chrome.idle.queryState(parseInt(setting_interval_inactivity), function (state) {

0 commit comments

Comments
 (0)