fix reply button not working now

This commit is contained in:
2025-05-26 02:40:09 +03:00
parent 07a65e9633
commit 6eee661b58

View File

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