mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-18 08:09:25 +00:00
fix: use dot instead of brackets
This commit is contained in:
parent
b5dac8413f
commit
75c28ff852
1 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
const analyticsScript = document.createElement("script");
|
||||
|
||||
analyticsScript.setAttribute("src", "https://mk-analytics.dathere.com/api/script.js");
|
||||
analyticsScript.dataset["site-id"] = "4";
|
||||
analyticsScript.dataset["track-query"] = "true";
|
||||
analyticsScript.dataset["session-replay"] = "true";
|
||||
analyticsScript.dataset["track-errors"] = "true";
|
||||
analyticsScript.dataset.siteId = "4";
|
||||
analyticsScript.dataset.webVitals = "true";
|
||||
analyticsScript.dataset.sessionReplay = "true";
|
||||
analyticsScript.dataset.trackErrors = "true";
|
||||
analyticsScript.async = "true";
|
||||
analyticsScript.defer = "true";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue