Skip to:
Content

BuddyPress.org

Ticket #7903: 7903.01.patch

File 7903.01.patch, 539 bytes (added by r-a-y, 7 years ago)
  • src/bp-templates/bp-nouveau/js/buddypress-nouveau.js

     
    495495                                return event;
    496496                        }
    497497
     498                        // If on a directory page with a type filter, bail.
     499                        if ( $( 'body' ).hasClass( 'type' ) && $( 'body' ).hasClass( 'directory' ) ) {
     500                                return event;
     501                        }
     502
    498503                        scope  = target.data( 'bp-scope' );
    499504                        object = target.data( 'bp-object' );
    500505