Fixes javascript console errors

Этот коммит содержится в:
=Corey Hulen
2015-07-17 15:41:55 -08:00
родитель d65f199e12
Коммит 876ad10f6f
2 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

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