From 1f68d84ee83efd73ce5fec5af7a14a1fb234977a Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 19 Dec 2010 22:51:23 +0000 Subject: fixed a few bugs and updated the widget code git-svn-id: http://code.elgg.org/elgg/trunk@7694 36083f99-b078-4883-b0ff-0f9b5a30f544 --- js/lib/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/lib/ui.js') diff --git a/js/lib/ui.js b/js/lib/ui.js index 1ebc3bca6..c7eda593c 100644 --- a/js/lib/ui.js +++ b/js/lib/ui.js @@ -6,7 +6,7 @@ elgg.ui.init = function () { $(this).stop().fadeOut('fast'); }); - $('.elgg-toggle').click(elgg.ui.toggle); + $('.elgg-toggle').live('click', elgg.ui.toggle); $('a.collapsibleboxlink').click(elgg.ui.toggleCollapsibleBox); -- cgit v1.2.3