mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 07:52:40 +00:00
Moving the GA code to test
This commit is contained in:
@@ -8,13 +8,7 @@
|
|||||||
{{=vitreum.css}}
|
{{=vitreum.css}}
|
||||||
{{=vitreum.globals}}
|
{{=vitreum.globals}}
|
||||||
<title>Natural Crit - D&D Tools</title>
|
<title>Natural Crit - D&D Tools</title>
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="reactContainer">{{=vitreum.component}}</div>
|
|
||||||
</body>
|
|
||||||
{{=vitreum.libs}}
|
|
||||||
{{=vitreum.js}}
|
|
||||||
{{=vitreum.reactRender}}
|
|
||||||
|
|
||||||
{{? vitreum.inProduction}}
|
{{? vitreum.inProduction}}
|
||||||
<script>
|
<script>
|
||||||
@@ -27,4 +21,12 @@
|
|||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
{{?}}
|
{{?}}
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="reactContainer">{{=vitreum.component}}</div>
|
||||||
|
</body>
|
||||||
|
{{=vitreum.libs}}
|
||||||
|
{{=vitreum.js}}
|
||||||
|
{{=vitreum.reactRender}}
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user