From 723644d298bcd212fb19bdfb8e471fcebcb2d814 Mon Sep 17 00:00:00 2001 From: brettp Date: Wed, 30 Jun 2010 17:56:36 +0000 Subject: Embed's elggEmbedInsertContent() now supports multiple losely coupled views to handle custom insertion js. Plugin order no longer matters. git-svn-id: http://code.elgg.org/elgg/trunk@6596 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/tinymce/views/default/embed/addcontentjs.php | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 mod/tinymce/views/default/embed/addcontentjs.php (limited to 'mod/tinymce/views/default/embed/addcontentjs.php') diff --git a/mod/tinymce/views/default/embed/addcontentjs.php b/mod/tinymce/views/default/embed/addcontentjs.php deleted file mode 100644 index 90ff6a348..000000000 --- a/mod/tinymce/views/default/embed/addcontentjs.php +++ /dev/null @@ -1,4 +0,0 @@ - - if(window.tinyMCE) - window.tinyMCE.execCommand("mceInsertContent",true,content); - \ No newline at end of file -- cgit v1.2.3