diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-09-21 23:39:47 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-09-21 23:39:47 +0000 |
commit | d27c76a42e2b194a4b084fb020464d87a075166a (patch) | |
tree | a13924f43f33138ec7b1948fd1205773c88c50d3 /views/default/embed | |
parent | f40c91ad55773aeaa0a61ffa0e2ff2bfb9244ca5 (diff) | |
download | elgg-d27c76a42e2b194a4b084fb020464d87a075166a.tar.gz elgg-d27c76a42e2b194a4b084fb020464d87a075166a.tar.bz2 |
Removing embed view in favor of the correct views in the plugin.
git-svn-id: http://code.elgg.org/elgg/trunk@3492 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/embed')
-rw-r--r-- | views/default/embed/addcontentjs.php | 4 | ||||
-rw-r--r-- | views/default/embed/js.php | 7 |
2 files changed, 0 insertions, 11 deletions
diff --git a/views/default/embed/addcontentjs.php b/views/default/embed/addcontentjs.php deleted file mode 100644 index 481854c4d..000000000 --- a/views/default/embed/addcontentjs.php +++ /dev/null @@ -1,4 +0,0 @@ - - var entity; - $('textarea[name='+entityname+']').val($('textarea[name='+entityname+']').val() + ' ' + content); -
\ No newline at end of file diff --git a/views/default/embed/js.php b/views/default/embed/js.php deleted file mode 100644 index 0787a226b..000000000 --- a/views/default/embed/js.php +++ /dev/null @@ -1,7 +0,0 @@ - - function elggUpdateContent(content, entityname) { - content = ' ' + content + ' '; - <?php - echo elgg_view('embed/addcontentjs'); - ?> - }
\ No newline at end of file |