mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-17 06:18:44 +02:00
N°5079 - Fix misleading "leave confirmation" alert after closing some custom forms in portal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user