print-debug something

pull/199/head
Aevann 2023-09-17 23:27:54 +03:00
parent 367fb6f788
commit 2be5361551
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
function approve_hat(t, name) {
console.log(`${name}-description`)
postToast(t, `/admin/approve/hat/${name}`,
{
"description": document.getElementById(`${name}-description`).value,