remove Google analytics

This commit is contained in:
kx1t
2025-02-09 09:01:13 -05:00
parent c8cb1fe286
commit 260db28f1a
2 changed files with 0 additions and 11 deletions

View File

@@ -28,8 +28,6 @@
# If not, see https://www.gnu.org/licenses/.
-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171737107-1"></script>
<##AUTOREFRESH##>
<script type="text/javascript" src="sort-table.js"></script>
<title>Plane-Alert</title>

View File

@@ -858,15 +858,6 @@ cat <<EOF >"$OUTFILEHTMTMP"
# If not, see https://www.gnu.org/licenses/.
-->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171737107-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-171737107-1');
</script>
<script type="text/javascript" src="sort-table.js"></script>
EOF