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/js.php | |
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/js.php')
-rw-r--r-- | views/default/embed/js.php | 7 |
1 files changed, 0 insertions, 7 deletions
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 |