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:
commit
8f322f0ecf
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@
|
|||
Settings.Pane = Ghost.View.extend({
|
||||
destroy: function () {
|
||||
this.$el.removeClass('active');
|
||||
this.undelegateEvents();
|
||||
},
|
||||
|
||||
render: function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue