clockech-script
Advanced tools
Comparing version 2.0.1 to 2.0.2
!(function () { | ||
let token, domain; | ||
let token; | ||
@@ -7,4 +7,3 @@ if (document.currentScript) { | ||
token = script.getAttribute("token"); | ||
domain = script.getAttribute("domain"); | ||
token = script.getAttribute("data-token"); | ||
} | ||
@@ -69,3 +68,3 @@ | ||
} | ||
if ("prerender" === document.visibilityState){ | ||
@@ -72,0 +71,0 @@ document.addEventListener("visibilitychange", () => { |
{ | ||
"name": "clockech-script", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"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
207244
4993