diff options
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 72cc672ff..23e798ecd 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -5,7 +5,8 @@ tinyMCE.init({ theme : "advanced", - mode : "textareas", + mode : "specific_textareas", + editor_selector: "profile-jot-text", plugins : "bbcode", theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor", theme_advanced_buttons2 : "", |