push
This commit is contained in:
parent
e2aed24009
commit
fa32bea04b
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@
|
||||||
var pandoraURL = "{{ pandora_url }}";
|
var pandoraURL = "{{ pandora_url }}";
|
||||||
</script>
|
</script>
|
||||||
{% if text.data.view == 'player' %}
|
{% if text.data.view == 'player' %}
|
||||||
<script src="/static/js/player.js"></script>
|
<script src="/static/js/player.js?2021112223"></script>
|
||||||
{% else %}
|
{% else %}
|
||||||
<script src="/static/js/ascroll.js"></script>
|
<script src="/static/js/ascroll.js?2021112223"></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue