aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default/embed/addcontentjs.php
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-30 18:31:13 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-06-30 18:31:13 +0000
commit554a8175469fbe7594ec6587335e77e95b2b14e7 (patch)
treec210fa99bc7bd3cc276e953041a44230fc826018 /mod/embed/views/default/embed/addcontentjs.php
parent723644d298bcd212fb19bdfb8e471fcebcb2d814 (diff)
downloadelgg-554a8175469fbe7594ec6587335e77e95b2b14e7.tar.gz
elgg-554a8175469fbe7594ec6587335e77e95b2b14e7.tar.bz2
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
Diffstat (limited to 'mod/embed/views/default/embed/addcontentjs.php')
-rw-r--r--mod/embed/views/default/embed/addcontentjs.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/mod/embed/views/default/embed/addcontentjs.php b/mod/embed/views/default/embed/addcontentjs.php
index f5533c22e..c32d90871 100644
--- a/mod/embed/views/default/embed/addcontentjs.php
+++ b/mod/embed/views/default/embed/addcontentjs.php
@@ -1,2 +1,5 @@
- var entity;
- $('textarea[name=' + textAreaName + ']').val($('textarea[name=' + textAreaName + ']').val() + ' ' + content); \ No newline at end of file
+<?php
+/**
+ * Blank for compatibility.
+ */
+?> \ No newline at end of file