summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-07-17 15:41:55 -0800
committer=Corey Hulen <corey@hulen.com>2015-07-17 15:41:55 -0800
commit876ad10f6f14579336a89c36b4937311326149d4 (patch)
treed531b0ad5b68afc55eb4b11a533ba1743ef2d9c2 /web/templates
parentd65f199e12b19676bfac5e315ee634a8d3f05b88 (diff)
downloadchat-876ad10f6f14579336a89c36b4937311326149d4.tar.gz
chat-876ad10f6f14579336a89c36b4937311326149d4.tar.bz2
chat-876ad10f6f14579336a89c36b4937311326149d4.zip
Fixes javascript console errors
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/head.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index 0cbda28c5..d14340998 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -42,6 +42,9 @@
}
config.SiteName = '{{ .SiteName }}';
</script>
+
+ <script src="/static/js/bundle.js"></script>
+
<script>
if (config.LogglyWriteKey != null && config.LogglyWriteKey !== "") {
var _LTracker = _LTracker || [];
@@ -101,7 +104,5 @@
}
</script>
<!-- Snowplow stops plowing -->
-
- <script src="/static/js/bundle.js"></script>
</head>
{{end}}