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) => {