Skip to:
Content

BuddyPress.org

Changeset 12025


Ignore:
Timestamp:
05/01/2018 01:45:01 AM (6 years ago)
Author:
boonebgorges
Message:

Nouveau: Count on 'Send Invites' nav item should be styled.

It was missing the count class.

See #7787.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/js/buddypress-group-invites.js

    r11906 r12025  
    466466                $( this.el ).find( 'span' ).html( span_count );
    467467            } 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 ) );
    469469            }
    470470        },
Note: See TracChangeset for help on using the changeset viewer.