forked from MarseyWorld/MarseyWorld
print-debug something
parent
367fb6f788
commit
2be5361551
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue