diff options
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'); |