diff --git a/modules/backend/widgets/form/assets/js/october.form.js b/modules/backend/widgets/form/assets/js/october.form.js index 8b459d29f..e71bacdc9 100644 --- a/modules/backend/widgets/form/assets/js/october.form.js +++ b/modules/backend/widgets/form/assets/js/october.form.js @@ -39,7 +39,6 @@ this.$el.on('oc.triggerOn.afterUpdate', this.proxy(this.toggleEmptyTabs)) this.$el.one('dispose-control', this.proxy(this.dispose)) - this.$form.closest('.modal').on('hidden.oc.popup', this.proxy(this.dispose)) } FormWidget.prototype.dispose = function() {