diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-29 17:47:55 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-29 17:47:55 -0700 |
commit | ef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4 (patch) | |
tree | 7b0c9bf9ba48c4eee3108cf1bef4239fa323a1f2 /mod/tinymce | |
parent | 6971caddb2245bec34fd23927f6f093e5b28c1ea (diff) | |
download | elgg-ef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4.tar.gz elgg-ef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4.tar.bz2 |
Refs #3859. Added elgg_register_simplecache_view() to core plugins' js.
Diffstat (limited to 'mod/tinymce')
-rw-r--r-- | mod/tinymce/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/tinymce/start.php b/mod/tinymce/start.php index ee7154d22..48625f456 100644 --- a/mod/tinymce/start.php +++ b/mod/tinymce/start.php @@ -13,6 +13,7 @@ function tinymce_init() { elgg_register_js('tinymce', 'mod/tinymce/vendor/tinymce/jscripts/tiny_mce/tiny_mce.js'); elgg_register_js('elgg.tinymce', elgg_get_simplecache_url('js', 'tinymce')); + elgg_register_simplecache_view('js/tinymce'); elgg_extend_view('input/longtext', 'tinymce/init'); |