fix reply button not working now

This commit is contained in:
Lera Elvoé 2025-05-26 02:40:09 +03:00
parent 07a65e9633
commit 6eee661b58
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

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