From 554a8175469fbe7594ec6587335e77e95b2b14e7 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 30 Jun 2010 18:31:13 +0000 Subject: Was in the wrong path for the previous commit. Now embed correctly support losely coupled insert JS views. git-svn-id: http://code.elgg.org/elgg/trunk@6597 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/tinymce/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/tinymce') diff --git a/mod/tinymce/start.php b/mod/tinymce/start.php index 47bb627a6..6a79524d7 100644 --- a/mod/tinymce/start.php +++ b/mod/tinymce/start.php @@ -13,7 +13,7 @@ function tinymce_init() { global $CONFIG; elgg_extend_view('css', 'tinymce/css'); - //set_view_location('embed/addcontentjs', $CONFIG->pluginspath . 'tinymce/views/'); + elgg_extend_view('embed/custom_insert_js', 'tinymce/embed_custom_insert_js'); } register_elgg_event_handler('init', 'system', 'tinymce_init', 9999); -- cgit v1.2.3