mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-09 14:07:14 +08:00
restore original google analytics
This commit is contained in:
+8
-12
@@ -1,6 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html itemscope itemtype="https://schema.org/CreativeWork">
|
<html itemscope itemtype="https://schema.org/CreativeWork">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<!--
|
<!--
|
||||||
@@ -88,23 +87,21 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="css/space.css" />
|
<link rel="stylesheet" type="text/css" href="css/space.css" />
|
||||||
|
|
||||||
<script src="script/localization.js"></script>
|
<script src="script/localization.js"></script>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-77510519-3"></script>
|
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
function gtag() { dataLayer.push(arguments); }
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
gtag('js', new Date());
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||||||
|
|
||||||
gtag('config', 'UA-77510519-3');
|
ga('create', 'UA-41314886-1', 'doublespeakgames.com');
|
||||||
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="wrapper">
|
<div id="wrapper">
|
||||||
<div id="saveNotify">
|
<div id="saveNotify"><script>document.write(_("saved."));</script></div>
|
||||||
<script>document.write(_("saved."));</script>
|
|
||||||
</div>
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div id="outerSlider">
|
<div id="outerSlider">
|
||||||
<div id="main">
|
<div id="main">
|
||||||
@@ -114,5 +111,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user