diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-08 03:30:37 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-08 03:30:37 +0000 |
commit | 1c35c42c67846f9656b0ef01fcda6dcddd1b2eda (patch) | |
tree | 72af774dae318e86bf571c514a74ea6590799795 /mod/tinymce/start.php | |
parent | 9e0791dd9af93ee65ff8069dd34e423da7691fc0 (diff) | |
download | elgg-1c35c42c67846f9656b0ef01fcda6dcddd1b2eda.tar.gz elgg-1c35c42c67846f9656b0ef01fcda6dcddd1b2eda.tar.bz2 |
fixed tinymce toggle
git-svn-id: http://code.elgg.org/elgg/trunk@8628 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/tinymce/start.php')
-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 3de517d27..81667f8d5 100644 --- a/mod/tinymce/start.php +++ b/mod/tinymce/start.php @@ -21,7 +21,7 @@ function tinymce_longtext_menu($hook, $type, $items, $vars) { $items[] = ElggMenuItem::factory(array( 'name' => 'tinymce_toggler', 'class' => 'tinymce-toggle-editor elgg-longtext-control', - 'href' => "javascript:elgg.tinymce.toggleEditor('{$vars['id']}');", + 'href' => "#{$vars['id']}", 'text' => elgg_echo('tinymce:remove'), )); |