We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc094b commit 84f2f35Copy full SHA for 84f2f35
src/scripts/background.js
@@ -39,7 +39,6 @@ function backgroundCheck() {
39
} else {
40
if (tab !== undefined) {
41
if (currentTab !== tab.url) {
42
- tab.incCounter();
43
activity.setCurrentActiveTab(tab.url);
44
}
45
chrome.idle.queryState(parseInt(setting_interval_inactivity), function (state) {
0 commit comments