0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Merge pull request #205 from jgable/fixSettingsMultiSave

Fix settings multi save closes #174
This commit is contained in:
Hannah Wolfe 2013-06-24 08:47:58 -07:00
commit 8f322f0ecf

View file

@ -61,6 +61,7 @@
Settings.Pane = Ghost.View.extend({
destroy: function () {
this.$el.removeClass('active');
this.undelegateEvents();
},
render: function () {