first pass at pandora-scroll element

This commit is contained in:
j 2022-09-02 13:54:53 +02:00
commit a1eec24f17
5 changed files with 337 additions and 22 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/pandora-scroll.js?2021112223"></script>
<script src="/static/js/ascroll.js?2021112223"></script>
{% endif %}
{% endblock %}