Merge branch 'master' into section-addition
This commit was merged in pull request #55.
This commit is contained in:
+33
-23
@@ -49,6 +49,16 @@
|
|||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
<title>WrenchBoard</title>
|
<title>WrenchBoard</title>
|
||||||
|
<!-- Google tag (gtag.js) -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WB8G0ZD483"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'G-WB8G0ZD483');
|
||||||
|
</script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
@@ -56,29 +66,29 @@
|
|||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<script>
|
<!-- <script>-->
|
||||||
(function (i, s, o, g, r, a, m) {
|
<!-- (function (i, s, o, g, r, a, m) {-->
|
||||||
i["GoogleAnalyticsObject"] = r;
|
<!-- i["GoogleAnalyticsObject"] = r;-->
|
||||||
(i[r] =
|
<!-- (i[r] =-->
|
||||||
i[r] ||
|
<!-- i[r] ||-->
|
||||||
function () {
|
<!-- function () {-->
|
||||||
(i[r].q = i[r].q || []).push(arguments);
|
<!-- (i[r].q = i[r].q || []).push(arguments);-->
|
||||||
}),
|
<!-- }),-->
|
||||||
(i[r].l = 1 * new Date());
|
<!-- (i[r].l = 1 * new Date());-->
|
||||||
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
|
<!-- (a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);-->
|
||||||
a.async = 1;
|
<!-- a.async = 1;-->
|
||||||
a.src = g;
|
<!-- a.src = g;-->
|
||||||
m.parentNode.insertBefore(a, m);
|
<!-- m.parentNode.insertBefore(a, m);-->
|
||||||
})(
|
<!-- })(-->
|
||||||
window,
|
<!-- window,-->
|
||||||
document,
|
<!-- document,-->
|
||||||
"script",
|
<!-- "script",-->
|
||||||
"https://www.google-analytics.com/analytics.js",
|
<!-- "https://www.google-analytics.com/analytics.js",-->
|
||||||
"ga"
|
<!-- "ga"-->
|
||||||
);
|
<!-- );-->
|
||||||
ga("create", "UA-54829827-4", "auto");
|
<!-- ga("create", "UA-54829827-4", "auto");-->
|
||||||
ga("send", "pageview");
|
<!-- ga("send", "pageview");-->
|
||||||
</script>
|
<!-- </script>-->
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var LHC_API = LHC_API || {};
|
var LHC_API = LHC_API || {};
|
||||||
|
|||||||
Reference in New Issue
Block a user