fix reply button not working now
This commit is contained in:
parent
07a65e9633
commit
6eee661b58
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user