From 2be5361551fc9463ed1d0c2505987c72d31f7e46 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 17 Sep 2023 23:27:54 +0300 Subject: [PATCH] print-debug something --- files/assets/js/submit_hats.js | 1 + 1 file changed, 1 insertion(+) 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,