From 6eee661b58d0c21491d2504d97daa03684bba8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Mon, 26 May 2025 02:40:09 +0300 Subject: [PATCH] fix reply button not working now --- js/thread.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/thread.js b/js/thread.js index 89c74cd..ac67c37 100644 --- a/js/thread.js +++ b/js/thread.js @@ -1,5 +1,5 @@ { - const ta = document.getElementById("post_content"); + const ta = document.getElementById("babycode-content"); for (let button of document.querySelectorAll(".reply-button")) { button.addEventListener("click", (e) => {