This commit is contained in:
j 2021-11-22 23:07:37 +01:00
parent e2aed24009
commit fa32bea04b

View file

@ -40,8 +40,8 @@
var pandoraURL = "{{ pandora_url }}";
</script>
{% if text.data.view == 'player' %}
<script src="/static/js/player.js"></script>
<script src="/static/js/player.js?2021112223"></script>
{% else %}
<script src="/static/js/ascroll.js"></script>
<script src="/static/js/ascroll.js?2021112223"></script>
{% endif %}
{% endblock %}