FIXME for Plugin::path() in TinyMCE

This commit is contained in:
Evan Prodromou 2011-02-03 11:38:11 -05:00
parent 2195020566
commit 27eeee08c1
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ if (!defined('STATUSNET')) {
* Use TinyMCE library to allow rich text editing in the browser
*
* Converts the notice form in browser to a rich-text editor.
*
* FIXME: this plugin DOES NOT load its static files from the configured
* plugin server if one exists. There are cross-server permissions errors
* if you try to do that (something about window.tinymce).
*
* @category WYSIWYG
* @package StatusNet