0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Merge pull request #4079 from halfdan/4077-close-psm

Correctly close PSM
This commit is contained in:
Matt Enlow 2014-09-19 18:14:53 -06:00
commit 9988c69368

View file

@ -40,8 +40,8 @@ var ApplicationRoute = Ember.Route.extend(SimpleAuth.ApplicationRouteMixin, Shor
this.get('popover').closePopovers();
this.get('notifications').closeAll();
// Close PSM if open
Ember.$('body').removeClass('right-outlet-expanded');
// Close right outlet if open
this.send('closeRightOutlet');
this.send('closeModal');
},