forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-10 13:05:09 -06:00
parent 8ed95df663
commit e4645083f6
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@
function updateTax() {
// let suf = mobile ? "-mobile" : "";
console.log('test this shit js')
let amount = parseInt(document.getElementById("coins-transfer-amount").value);
if(isNaN(amount) || amount < 0) {