diff options
author | wei <> | 2007-01-25 03:08:32 +0000 |
---|---|---|
committer | wei <> | 2007-01-25 03:08:32 +0000 |
commit | 30d123719a219e88c24b7f098f9a6eb14d312d6e (patch) | |
tree | 8d8fbaea74de8cf779ad510f2d59d1fda6962730 /framework/3rdParty/TinyMCE/readme.txt | |
parent | d4d2da50c846c8b60f9b141d9f712d54f287e44b (diff) |
upgrade tinyMCE to 2.0.9 to fix #482 and #459
Diffstat (limited to 'framework/3rdParty/TinyMCE/readme.txt')
-rw-r--r-- | framework/3rdParty/TinyMCE/readme.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/framework/3rdParty/TinyMCE/readme.txt b/framework/3rdParty/TinyMCE/readme.txt deleted file mode 100644 index e242d71a..00000000 --- a/framework/3rdParty/TinyMCE/readme.txt +++ /dev/null @@ -1,13 +0,0 @@ -TinyMCE Compressor 1.03
--------------------------
-
-TinyMCE Compressor gzips all javascript files in TinyMCE to a single streamable file.
-This makes the overall download sice 70% smaller and all requests are merged into a few requests.
-
-To enable this compressor simply place the tiny_mce_gzip.php in the tiny_mce directory where tiny_mce.js is located and switch your scripts form:
-
-<script language="javascript" type="text/javascript" src="tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
-
-to
-
-<script language="javascript" type="text/javascript" src="tinymce/jscripts/tiny_mce/tiny_mce_gzip.php"></script>
|