diff --git a/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_handler.js b/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_handler.js index 1b1843cf67..5c16e862da 100644 --- a/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_handler.js +++ b/datamodels/2.x/itop-portal-base/portal/public/js/portal_form_handler.js @@ -67,8 +67,8 @@ $(function() // revert other modifications here _destroy: function() { - this.element - .removeClass('portal_form_handler'); + this._unregisterBlockers(); + this.element.removeClass('portal_form_handler'); }, // _setOptions is called with a hash of all options that are changing // always refresh when changing options