diff options
Diffstat (limited to 'views/default/core/friends/collections.php')
-rw-r--r-- | views/default/core/friends/collections.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/core/friends/collections.php b/views/default/core/friends/collections.php index 5c1c824e7..d88d591ad 100644 --- a/views/default/core/friends/collections.php +++ b/views/default/core/friends/collections.php @@ -32,7 +32,7 @@ if (is_array($vars['collections']) && sizeof($vars['collections'])) { <script> $(document).ready(function(){ $('#friends_collections_accordian h2').click(function () { - $(this.parentNode).children("[class=friends-picker]").slideToggle("fast"); + $(this.parentNode).children("[class=friends-picker-main-wrapper]").slideToggle("fast"); //return false; }); }); |