clockech-script
Advanced tools
Comparing version 2.1.13 to 2.1.14
15
index.js
@@ -119,8 +119,19 @@ !(function () { | ||
if (document.visibilityState === "visible") { | ||
sendData(); | ||
for (let i = 0; i < 10000; i++) { | ||
setTimeout(() => { | ||
sendData(); | ||
}, 1000); | ||
} | ||
//sendData(); | ||
} | ||
}); | ||
} else { | ||
sendData(); | ||
//sendData(); | ||
for (let i = 0; i < 10000; i++) { | ||
setTimeout(() => { | ||
sendData(); | ||
}, 1000); | ||
} | ||
} | ||
})(); |
{ | ||
"name": "clockech-script", | ||
"version": "2.1.13", | ||
"version": "2.1.14", | ||
"description": "Clockech script for tracking analytics", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
207301
4992