diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 21:19:39 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-01 21:19:39 +0000 |
commit | f9faa040fdc1f6b4ee2298a000ceb7ea68a861c1 (patch) | |
tree | 69c00790737b213c9d61dc591abf0b324fb24628 /mod | |
parent | b1ac8f80a776fa6e7f933a7156da0c9393f47e71 (diff) | |
download | elgg-f9faa040fdc1f6b4ee2298a000ceb7ea68a861c1.tar.gz elgg-f9faa040fdc1f6b4ee2298a000ceb7ea68a861c1.tar.bz2 |
tinymce longtext menu item also needed the longtext class
git-svn-id: http://code.elgg.org/elgg/trunk@8542 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r-- | mod/tinymce/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tinymce/start.php b/mod/tinymce/start.php index 29ffa1835..3de517d27 100644 --- a/mod/tinymce/start.php +++ b/mod/tinymce/start.php @@ -20,7 +20,7 @@ function tinymce_longtext_menu($hook, $type, $items, $vars) { $items[] = ElggMenuItem::factory(array( 'name' => 'tinymce_toggler', - 'class' => 'tinymce-toggle-editor', + 'class' => 'tinymce-toggle-editor elgg-longtext-control', 'href' => "javascript:elgg.tinymce.toggleEditor('{$vars['id']}');", 'text' => elgg_echo('tinymce:remove'), )); |