This commit is contained in:
j 2021-11-22 09:48:42 +01:00
parent 14ae8ef1d5
commit de78084b29

View file

@ -7,5 +7,5 @@
var config = {{ config | safe }};
var pandoraURL = "{{ pandora_url }}";
</script>
<script src="/static/js/play.js"></script>
<script src="/static/js/play.js?1"></script>
{% endblock %}