aboutsummaryrefslogtreecommitdiff
path: root/mod/embed/views/default/js/embed/embed.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-07-06 06:44:00 -0400
committerCash Costello <cash.costello@gmail.com>2011-07-06 06:44:00 -0400
commit9b042da78566d284d71ca5299d9f9402c49d36ba (patch)
tree9838d803ee9371f034c4ab6c7b553fb8144daa3f /mod/embed/views/default/js/embed/embed.php
parent440c94c74f929344c5b755e2607c8426d4de08b3 (diff)
downloadelgg-9b042da78566d284d71ca5299d9f9402c49d36ba.tar.gz
elgg-9b042da78566d284d71ca5299d9f9402c49d36ba.tar.bz2
updated the embed plugin for new css class elgg-item rather than elgg-list-item
Diffstat (limited to 'mod/embed/views/default/js/embed/embed.php')
-rw-r--r--mod/embed/views/default/js/embed/embed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/embed/views/default/js/embed/embed.php b/mod/embed/views/default/js/embed/embed.php
index bf04c0963..ea92ba1fd 100644
--- a/mod/embed/views/default/js/embed/embed.php
+++ b/mod/embed/views/default/js/embed/embed.php
@@ -3,7 +3,7 @@ elgg.provide('elgg.embed');
elgg.embed.init = function() {
// inserts the embed content into the textarea
- $(".embed-wrapper .elgg-list-item").live('click', elgg.embed.insert);
+ $(".embed-wrapper .elgg-item").live('click', elgg.embed.insert);
// caches the current textarea id
$(".embed-control").live('click', function() {