Merge "Hide 'mark as read' secondary button from foreign x-wiki bundles"

This commit is contained in:
jenkins-bot 2016-02-11 15:44:34 +00:00 committed by Gerrit Code Review
commit 35c8225485

View file

@ -24,7 +24,7 @@
// Hide the [x] mark as read button for foreign notifications
if ( this.getModel().isForeign() ) {
this.markAsReadButton.toggle( false );
this.toggleMarkAsReadButtons( false );
}
this.setPendingElement( this.$group );
@ -243,7 +243,7 @@
if ( this.getModel().isForeign() ) {
// Never show the [x] mark-all-unread button for foreign bundles
this.markAsReadButton.toggle( false );
this.toggleMarkAsReadButtons( false );
}
};