Skip to:
Content

BuddyPress.org

Changeset 12052


Ignore:
Timestamp:
05/03/2018 07:13:12 PM (7 years ago)
Author:
imath
Message:

Nouveau: Messages UI needs to catch delete button click in single view

Fixes #7798

File:
1 edited

Legend:

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

    r12041 r12052  
    10881088
    10891089        events: {
    1090             'click .actions a' : 'doAction'
     1090            'click .actions a' : 'doAction',
     1091            'click .actions button' : 'doAction'
    10911092        },
    10921093
     
    11261127                    self.model.set( _.first( response.messages ) );
    11271128                }
     1129
    11281130                // Display the feedback
    11291131                bp.Nouveau.Messages.displayFeedback( response.feedback, response.type );
    1130 
    11311132            } ).fail( function( response ) {
    11321133                bp.Nouveau.Messages.displayFeedback( response.feedback, response.type );
Note: See TracChangeset for help on using the changeset viewer.