Loopalyzer works

This commit is contained in:
Henrik Sjöstrand
2018-05-29 23:09:37 +02:00
parent 166af84448
commit d1667481d9
3 changed files with 10 additions and 16 deletions
+3 -2
View File
@@ -121,6 +121,7 @@
<script src="/js/bundle.js?v=<%= locals.cachebuster %>"></script>
<script src="/socket.io/socket.io.js?v=<%= locals.cachebuster %>"></script>
<script src="/report/js/report.js?v=<%= locals.cachebuster %>"></script>
<script src="/report/js/flotcandle.js?v=<%= locals.cachebuster %>"></script>
</body>
<script src="/report/js/flotcandle.js?v=<%= locals.cachebuster %>"></script>
<script src="/report/js/loopalyzer.js?v=<%= locals.cachebuster %>"></script>
</body>
</html>