0
0
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:
Scott Tolksdorf
2016-01-08 19:34:52 -05:00
parent 8e7a5fadec
commit 8efe7944ac

View File

@@ -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>