remotes/1693045480750635534/spooky-22
Aevann1 2021-11-19 01:48:33 +02:00
parent 8db4d1abc8
commit ea38c8b72f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
{% if v %}
<script src="/assets/js/userpage.js?v=61"></script>
<script>
const TRANSFER_TAX = {% if v.patron}0{% else %}0.03{% endif %};
const TRANSFER_TAX = {% if v.patron %}0{% else %}0.03{% endif %};
function updateTax(mobile=false) {
let suf = mobile ? "-mobile" : "";