Fix js path

This commit is contained in:
Mikko Ahlroth 2018-11-17 23:03:24 +02:00
parent f784fce9f4
commit 1719b65698

View file

@ -53,7 +53,7 @@
<%= inspect(self()) %><span id="request-timer"></span>
</p>
</footer>
<script src="/app.js"></script>
<script src="<%= Mebe2.get_conf(:absolute_url) %>/app.js"></script>
<%= raw(Mebe2.get_conf(:extra_html)) %>
</body>
</html>