diff options
Diffstat (limited to 'views/default/friends')
-rw-r--r-- | views/default/friends/collections.php | 2 |
1 files changed, 1 insertions, 1 deletions
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
|