forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2022-01-03 20:33:45 -06:00
parent de5b1f9c1b
commit 43b045426f
1 changed files with 2 additions and 2 deletions

View File

@ -382,8 +382,8 @@
</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>
<!-- <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 %}