mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 15:08:21 +08:00
FEATURE: unified UI for pinning/banner topics
REFACTOR: ES6ified all the modals
This commit is contained in:
@ -102,7 +102,7 @@ const ApplicationRoute = Discourse.Route.extend({
|
||||
|
||||
// Close the current modal, and destroy its state.
|
||||
closeModal() {
|
||||
this.render('hide-modal', {into: 'modal', outlet: 'modalBody'});
|
||||
this.render('hide-modal', { into: 'modal', outlet: 'modalBody' });
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user