forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-01 03:19:16 +02:00
parent c57f18b784
commit 9ca4efeec2
1 changed files with 1 additions and 4 deletions

View File

@ -35,7 +35,6 @@
{% if v %}
<script>
window.onload = function() {
const TRANSFER_TAX = {% if v.patron or u.patron %}0{% else %}0.03{% endif %};
function updateTax(mobile=false) {
@ -67,9 +66,7 @@ window.onload = function() {
setTimeout(_ => t.disabled = false, 2000);
}
};
</script>
</script>
{% endif %}
{% if u.song %}