0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #3053 from jgable/fix3016

Close modals on escape
This commit is contained in:
Hannah Wolfe 2014-06-24 04:05:40 +01:00
commit 73d995ea58

View file

@ -8,8 +8,10 @@ var ApplicationRoute = Ember.Route.extend(ShortcutsRoute, {
closePopups: function () {
this.get('popover').closePopovers();
this.get('notifications').closeAll();
// @todo close modals
this.send('closeModal');
},
signedIn: function (user) {
// Update the user on all routes and controllers
this.container.unregister('user:current');