Skip to content

Commit 200c138

Browse files
xingrzclaude
andcommitted
Remove deprecated Google Analytics and outdated HTML meta tags
Remove Universal Analytics (UA) script that no longer processes data, X-UA-Compatible meta tag (IE-only), and fix outdated noscript message referencing "rdt-editor-4". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f05a77c commit 200c138

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

index.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,13 @@
33

44
<head>
55
<meta charset="utf-8">
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
76
<meta name="viewport" content="width=device-width,initial-scale=1.0">
87
<title>RDT Editor</title>
9-
<!-- Global site tag (gtag.js) - Google Analytics -->
10-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-25258167-9"></script>
11-
<script>
12-
window.dataLayer = window.dataLayer || [];
13-
function gtag() { dataLayer.push(arguments); }
14-
gtag('js', new Date());
15-
16-
gtag('config', 'UA-25258167-9');
17-
</script>
188
</head>
199

2010
<body>
2111
<noscript>
22-
<strong>We're sorry but rdt-editor-4 doesn't work properly without JavaScript enabled. Please enable it to
23-
continue.</strong>
12+
<strong>RDT Editor requires JavaScript to be enabled.</strong>
2413
</noscript>
2514
<div id="app"></div>
2615
<script type="module" src="/src/main.ts"></script>

0 commit comments

Comments
 (0)