Ticket #7903: 7903.01.patch
| File 7903.01.patch, 539 bytes (added by , 7 years ago) |
|---|
-
src/bp-templates/bp-nouveau/js/buddypress-nouveau.js
495 495 return event; 496 496 } 497 497 498 // If on a directory page with a type filter, bail. 499 if ( $( 'body' ).hasClass( 'type' ) && $( 'body' ).hasClass( 'directory' ) ) { 500 return event; 501 } 502 498 503 scope = target.data( 'bp-scope' ); 499 504 object = target.data( 'bp-object' ); 500 505