master
kek7198 2022-01-03 20:34:50 -06:00
parent 43b045426f
commit f21c6e62cf
1 changed files with 7 additions and 7 deletions

View File

@ -382,8 +382,8 @@
</div> </div>
{% if u.song and v and v.mute and not u.unmutable %} {% 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="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="play1" class="btn btn-secondary hidden" href="javascript:void(0)" onclick="play()">Play anthem</a>
{% endif %} {% endif %}
{% endblock %} {% endblock %}
@ -405,7 +405,7 @@
{% block scripts %} {% block scripts %}
{% if v %} {% if v %}
<!-- <script> <script>
const TRANSFER_TAX = {% if v.patron or u.patron %}0{% else %}0.03{% endif %}; const TRANSFER_TAX = {% if v.patron or u.patron %}0{% else %}0.03{% endif %};
function updateTax() { function updateTax() {
@ -440,11 +440,11 @@
setTimeout(_ => t.disabled = false, 2000); setTimeout(_ => t.disabled = false, 2000);
} }
</script> --> </script>
{% endif %} {% endif %}
{% if u.song %} {% if u.song %}
<!-- <script> <script>
const uid = {{ u.id }} const uid = {{ u.id }}
let audio = new Audio(`/songs/${uid}`); let audio = new Audio(`/songs/${uid}`);
@ -472,8 +472,8 @@
if (audio.paused) audio.play(); if (audio.paused) audio.play();
}, {once : true}); }, {once : true});
}); });
</script> --> </script>
{% endif %} {% endif %}
<!-- <script defer src="/assets/CHRISTMAS/js/userpage.js?a=6"></script> --> <script defer src="/assets/CHRISTMAS/js/userpage.js?a=6"></script>
{% endblock %} {% endblock %}