player view
This commit is contained in:
parent
00b87ddda7
commit
a1f7684ff7
3 changed files with 12 additions and 3 deletions
|
|
@ -39,5 +39,9 @@
|
|||
var config = {{ text.json | safe }};
|
||||
var pandoraURL = "{{ pandora_url }}";
|
||||
</script>
|
||||
<script src="/static/js/ascroll.js?2"></script>
|
||||
{% if text.data.view == 'player' %}
|
||||
<script src="/static/js/player.js"></script>
|
||||
{% else %}
|
||||
<script src="/static/js/ascroll.js"></script>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue