Changeset 12025
- Timestamp:
- 05/01/2018 01:45:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/js/buddypress-group-invites.js
r11906 r12025 466 466 $( this.el ).find( 'span' ).html( span_count ); 467 467 } else { 468 $( this.el ).find( 'a' ).append( $( '<span ></span>' ).html( span_count ) );468 $( this.el ).find( 'a' ).append( $( '<span class="count"></span>' ).html( span_count ) ); 469 469 } 470 470 },
Note: See TracChangeset
for help on using the changeset viewer.