diff options
author | Friendika <info@friendika.com> | 2011-06-19 03:40:10 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-19 03:40:10 -0700 |
commit | f094b32d55dc56416d8ed5fde80ee191ec72cbe3 (patch) | |
tree | 964e96016a468fa5bfe3ef1ab8fea92f3d0b7bd9 /view/theme/dispy/jot-header.tpl | |
parent | 8f5727430b3521c62814e2e67245d7709062d5f2 (diff) | |
parent | 33bafa62aa769345954c8315397a640754cb08ab (diff) | |
download | volse-hubzilla-f094b32d55dc56416d8ed5fde80ee191ec72cbe3.tar.gz volse-hubzilla-f094b32d55dc56416d8ed5fde80ee191ec72cbe3.tar.bz2 volse-hubzilla-f094b32d55dc56416d8ed5fde80ee191ec72cbe3.zip |
Merge pull request #120 from fabrixxm/dispy
Dispy updates and some fixes
Diffstat (limited to 'view/theme/dispy/jot-header.tpl')
-rw-r--r-- | view/theme/dispy/jot-header.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index eab3af700..aa9e0bfaf 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -9,8 +9,8 @@ tinyMCE.init({ theme : "advanced", mode : "specific_textareas", editor_selector: /(profile-jot-text|prvmail-text)/, - plugins : "bbcode,paste", - theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code", + plugins : "bbcode,paste,fullscreen,autoresize", + theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code,fullscreen", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", |