diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-07 01:20:32 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-07 01:20:32 -0400 |
commit | e5545304308a869a3057da7fe0662290a5e5390d (patch) | |
tree | d9805db4074ed0ac05b71a098dc130bca988ea71 /view/theme/dispy/jot-header.tpl | |
parent | c36e39b18ec63dd2fe827fcb2f26ad71d2f4ed4c (diff) | |
download | volse-hubzilla-e5545304308a869a3057da7fe0662290a5e5390d.tar.gz volse-hubzilla-e5545304308a869a3057da7fe0662290a5e5390d.tar.bz2 volse-hubzilla-e5545304308a869a3057da7fe0662290a5e5390d.zip |
more css tweaks. nothing major
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/jot-header.tpl')
-rw-r--r-- | view/theme/dispy/jot-header.tpl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index ab15f9516..dabe8bb3d 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -24,8 +24,8 @@ function initEditor(cb) { mode : "specific_textareas", editor_selector: $editselect, auto_focus: "profile-jot-text", - plugins : "bbcode,paste,fullscreen,autoresize,inlinepopups", - theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code,fullscreen", + plugins : "bbcode,paste,fullscreen,autoresize,inlinepopups,contextmenu,style", + theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code,fullscreen,charmap", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", @@ -98,7 +98,6 @@ function initEditor(cb) { $(".jothidden").show(); if (typeof cb!="undefined") cb(); }); - } }); editor = true; @@ -155,8 +154,6 @@ function enableOnUser(){ } } ); - - }); function deleteCheckedItems() { @@ -345,5 +342,4 @@ function enableOnUser(){ }); $('#profile-jot-text').keyup(); } - </script> |