forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 21:11:18 -06:00
parent 1f0c951e7c
commit 7d33ffda7b
1 changed files with 6 additions and 0 deletions

View File

@ -327,6 +327,12 @@
{% endif %}
</div>
</div>
{% if u.song and v and v.mute and not u.unmutable %}
<a id="pause1" class="btn btn-secondary" href="javascript:void(0)" onclick="pause()">Pause anthem</a>
<a id="play1" class="btn btn-secondary hidden" href="javascript:void(0)" onclick="play()">Play anthem</a>
{% endif %}
{% endblock %}
{% block sidebar %}