fix babycode editor buttons not working in user settings

This commit is contained in:
2025-05-26 02:26:56 +03:00
parent a2d3672fa8
commit 07a65e9633
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
let ta = document.getElementById("post_content");
let ta = document.getElementById("babycode-content");
const buttonBold = document.getElementById("post-editor-bold");
const buttonItalics = document.getElementById("post-editor-italics");
const buttonStrike = document.getElementById("post-editor-strike");