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:
commit
9988c69368
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue