diff --git a/core/client/views/settings.js b/core/client/views/settings.js index 9283924307..bc40977f99 100644 --- a/core/client/views/settings.js +++ b/core/client/views/settings.js @@ -61,7 +61,7 @@ Ghost.router.navigate('/settings/' + id + '/'); Ghost.trigger('urlchange'); - if (this.pane && id === this.pane.el.id) { + if (this.pane && id === this.pane.id) { return; } _.result(this.pane, 'destroy');