diff --git a/view/theme/frio/js/textedit.js b/view/theme/frio/js/textedit.js index cc79ea938..ad5f95023 100644 --- a/view/theme/frio/js/textedit.js +++ b/view/theme/frio/js/textedit.js @@ -28,7 +28,7 @@ function insertFormatting(BBcode, id) { } function insertFormattingToPost(BBcode) { - textarea = document.getElementById("#profile-jot-text"); + textarea = document.getElementById("profile-jot-text"); if (document.selection) { textarea.focus(); selected = document.selection.createRange();