Skip to:
Content

BuddyPress.org

Ticket #5467: 5467.2.patch

File 5467.2.patch, 485 bytes (added by hnla, 11 years ago)
  • bp-templates/bp-legacy/js/buddypress.js

     
    293293                                }
    294294
    295295                                if ( 'activity-favorites' == jq( '.item-list-tabs li.selected').attr('id') )
    296                                         target.parent().parent().parent().slideUp(100);
     296                                        target.closest('.activity-item').slideUp(100);
    297297                        });
    298298
    299299                        return false;