diff --git a/files/assets/js/submit_hats.js b/files/assets/js/submit_hats.js index 9ca1bf1b52..ece9150868 100644 --- a/files/assets/js/submit_hats.js +++ b/files/assets/js/submit_hats.js @@ -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,