From a4d6c4c90bd16cc18da76b842d51b64c7b3a486a Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 31 Jul 2008 17:36:45 +0000 Subject: temporarily allow h2 click to propagate through to delete button git-svn-id: https://code.elgg.org/elgg/trunk@1640 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/friends/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/default/friends/collections.php b/views/default/friends/collections.php index c67f2f0dc..7554a0545 100644 --- a/views/default/friends/collections.php +++ b/views/default/friends/collections.php @@ -43,7 +43,7 @@ $(document).ready(function(){ $('#friends_collections_accordian h2').click(function () { $(this.parentNode).children("[class=friends_picker]").slideToggle("fast"); - return false; + //return false; }); // global more info expand all/close all -- cgit v1.2.3