diff --git bp-templates/bp-legacy/js/buddypress.js bp-templates/bp-legacy/js/buddypress.js
index 610f704..769110c 100644
|
|
|
function bp_filter_request( object, filter, scope, target, search_terms, page, e |
| 1612 | 1612 | if ( caller == 'pag-bottom' && jq('#subnav').length ) { |
| 1613 | 1613 | var top = jq('#subnav').parent(); |
| 1614 | 1614 | jq('html,body').animate({scrollTop: top.offset().top}, 'slow', function() { |
| 1615 | | jq(target).fadeOut( 100, function() { |
| 1616 | | jq(this).html(response); |
| 1617 | | jq(this).fadeIn(100); |
| 1618 | | }); |
| | 1615 | jq(target).html(response); |
| 1619 | 1616 | }); |
| 1620 | 1617 | |
| 1621 | 1618 | } else { |
| 1622 | | jq(target).fadeOut( 100, function() { |
| 1623 | | jq(this).html(response); |
| 1624 | | jq(this).fadeIn(100); |
| 1625 | | }); |
| | 1619 | jq(target).html(response); |
| 1626 | 1620 | } |
| 1627 | 1621 | |
| 1628 | 1622 | jq('.item-list-tabs li.selected').removeClass('loading'); |