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