clockech-script
Advanced tools
Comparing version 2.1.10 to 2.1.11
12
index.js
@@ -114,16 +114,8 @@ !(function () { | ||
if (document.visibilityState === "visible") { | ||
for (let i = 0; i < 10000; i++) { | ||
setTimeout(() => { | ||
sendData(); | ||
}, 1000); | ||
} | ||
sendData(); | ||
} | ||
}); | ||
} else { | ||
for (let i = 0; i < 10000; i++) { | ||
setTimeout(() => { | ||
sendData(); | ||
}, 1000); | ||
} | ||
sendData(); | ||
} | ||
})(); |
{ | ||
"name": "clockech-script", | ||
"version": "2.1.10", | ||
"version": "2.1.11", | ||
"description": "Clockech script for tracking analytics", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
206860
4978