remotes/1693045480750635534/spooky-22
Aevann1 2021-12-11 04:45:11 +02:00
parent 5dbcf1009e
commit 43f135388d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
scoretext.textContent = score + 1;
post('/bet/' + cid);
document.getElementById("user-coins-amount").innerText = parseInt(document.getElementById("user-coins-amount").innerText) - 200;
document.getElementById("span-{{c.id}}").classList.add('bet_voted')
document.getElementById(`span-${cid}`).classList.add('bet_voted')
}
</script>