mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
Merge pull request #285 from matthojo/Settings-Back-Fix
Fixes back button breaking settings panels
This commit is contained in:
commit
45a452c0fb
@ -8,6 +8,7 @@
|
||||
// ----------
|
||||
Ghost.Views.Settings = Ghost.View.extend({
|
||||
initialize: function (options) {
|
||||
$(".settings-content").removeClass('active');
|
||||
this.addSubview(new Settings.Sidebar({
|
||||
el: '.settings-sidebar',
|
||||
pane: options.pane,
|
||||
|
Loading…
Reference in New Issue
Block a user