diff options
author | thomascube <thomas@roundcube.net> | 2007-05-18 13:11:22 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-05-18 13:11:22 +0000 |
commit | c944cde4d05164b6271b4f3acbbe2855e31b1a97 (patch) | |
tree | 325d12f28e6f3c7c22e58012a3d30097d953022b /program/js/tiny_mce/plugins/cleanup | |
parent | 0ee2464a61aa97859e5c8d196e8d0359dc99c0aa (diff) |
Removed HTML editor and disabled preview pane
Diffstat (limited to 'program/js/tiny_mce/plugins/cleanup')
-rw-r--r-- | program/js/tiny_mce/plugins/cleanup/editor_plugin.js | 0 | ||||
-rw-r--r-- | program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js | 10 | ||||
-rw-r--r-- | program/js/tiny_mce/plugins/cleanup/readme.txt | 1 |
3 files changed, 0 insertions, 11 deletions
diff --git a/program/js/tiny_mce/plugins/cleanup/editor_plugin.js b/program/js/tiny_mce/plugins/cleanup/editor_plugin.js deleted file mode 100644 index e69de29bb..000000000 --- a/program/js/tiny_mce/plugins/cleanup/editor_plugin.js +++ /dev/null diff --git a/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js b/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js deleted file mode 100644 index 8e1312fa0..000000000 --- a/program/js/tiny_mce/plugins/cleanup/editor_plugin_src.js +++ /dev/null @@ -1,10 +0,0 @@ -/**
- * $Id: editor_plugin_src.js 162 2007-01-03 16:16:52Z spocke $
- *
- * Experimental plugin for new Cleanup routine, this logic will be moved into the core ones it's stable enougth.
- *
- * @author Moxiecode
- * @copyright Copyright © 2004-2007, Moxiecode Systems AB, All rights reserved.
- */
-
-/* Dummy file since cleanup is now moved to core */
diff --git a/program/js/tiny_mce/plugins/cleanup/readme.txt b/program/js/tiny_mce/plugins/cleanup/readme.txt deleted file mode 100644 index d1a646663..000000000 --- a/program/js/tiny_mce/plugins/cleanup/readme.txt +++ /dev/null @@ -1 +0,0 @@ -Dummy plugin since cleanup is now moved into core.
|