diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-18 14:55:21 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-04-18 14:55:21 +0200 |
commit | 56efb422230bd01d22c41daa78b7183b5f1e94ee (patch) | |
tree | 32dae809f2872db1e925b6f5f4d1a80b0f329c1e /view/jot-header.tpl | |
parent | e2e6b56c448da3a67fa25df118bbb7cbc3239664 (diff) | |
download | volse-hubzilla-56efb422230bd01d22c41daa78b7183b5f1e94ee.tar.gz volse-hubzilla-56efb422230bd01d22c41daa78b7183b5f1e94ee.tar.bz2 volse-hubzilla-56efb422230bd01d22c41daa78b7183b5f1e94ee.zip |
tinymce: add inlinepopups plugin
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 3d134fb01..f1c283470 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -26,7 +26,7 @@ function initEditor(cb){ mode : "specific_textareas", editor_selector: $editselect, auto_focus: "profile-jot-text", - plugins : "bbcode,paste,autoresize", + plugins : "bbcode,paste,autoresize, inlinepopups", theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", |