mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Disable GA on shapez for better privacy
This commit is contained in:
@@ -56,7 +56,7 @@ function gulptasksHTML($, gulp, buildFolder) {
|
|||||||
document.head.appendChild(css);
|
document.head.appendChild(css);
|
||||||
|
|
||||||
// Google analytics
|
// Google analytics
|
||||||
if (googleAnalytics) {
|
if (googleAnalytics && false) {
|
||||||
const tagManagerScript = document.createElement("script");
|
const tagManagerScript = document.createElement("script");
|
||||||
tagManagerScript.src =
|
tagManagerScript.src =
|
||||||
"https://www.googletagmanager.com/gtag/js?id=UA-165342524-1";
|
"https://www.googletagmanager.com/gtag/js?id=UA-165342524-1";
|
||||||
|
|||||||
Reference in New Issue
Block a user