fix babycode editor buttons not working in user settings
This commit is contained in:
@ -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");
|
Reference in New Issue
Block a user