Merge pull request #285 from matthojo/Settings-Back-Fix

Fixes back button breaking settings panels
This commit is contained in:
Hannah Wolfe 2013-07-15 14:29:49 -07:00
commit 45a452c0fb

View File

@ -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,