split utils, fix pandora-scroll element

This commit is contained in:
j 2022-09-03 11:21:16 +02:00
commit b1cd3e292b
5 changed files with 260 additions and 213 deletions

View file

@ -33,6 +33,7 @@
{% if text.data.view == 'player' %}
<script src="/static/js/player.js?2021112223"></script>
{% else %}
<script src="/static/js/utils.js?2021112223"></script>
<script src="/static/js/pandora-scroll.js?2021112223"></script>
<script src="/static/js/ascroll.js?2021112223"></script>
{% endif %}