diff options
| author | hukl <contact@smyck.org> | 2009-11-16 22:41:37 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-16 22:41:37 +0100 |
| commit | c4b8b7f61d0c455aa77f72b96de4ba02ed03aa41 (patch) | |
| tree | c19c26fe3169b73b59cd31d57b9b01c7ddb035ba /public/javascripts/admin_interface.js | |
| parent | 6ea36eff7389e4e6d2dbc358bf6af0c6966d4ae9 (diff) | |
tinymce update. activated safari and paste plugin to prevent messy markup after copy and paste. hope that helps *sigh*
Diffstat (limited to 'public/javascripts/admin_interface.js')
| -rw-r--r-- | public/javascripts/admin_interface.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/javascripts/admin_interface.js b/public/javascripts/admin_interface.js index 3fcc036..f8148e2 100644 --- a/public/javascripts/admin_interface.js +++ b/public/javascripts/admin_interface.js | |||
| @@ -6,6 +6,11 @@ $(document).ready(function () { | |||
| 6 | theme: "advanced", | 6 | theme: "advanced", |
| 7 | mode : "specific_textareas", | 7 | mode : "specific_textareas", |
| 8 | editor_selector : "with_editor", | 8 | editor_selector : "with_editor", |
| 9 | plugins : "safari, paste", | ||
| 10 | paste_auto_cleanup_on_paste : true, | ||
| 11 | paste_strip_class_attributes : true, | ||
| 12 | paste_remove_spans : true, | ||
| 13 | paste_remove_styles : true, | ||
| 9 | theme_advanced_toolbar_location : "top", | 14 | theme_advanced_toolbar_location : "top", |
| 10 | theme_advanced_toolbar_align : "left", | 15 | theme_advanced_toolbar_align : "left", |
| 11 | theme_advanced_buttons1 : "bold, italic, underline, bullist, numlist, link, unlink, formatselect, code", | 16 | theme_advanced_buttons1 : "bold, italic, underline, bullist, numlist, link, unlink, formatselect, code", |
