mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +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
|
// revert other modifications here
|
||||||
_destroy: function()
|
_destroy: function()
|
||||||
{
|
{
|
||||||
this.element
|
this._unregisterBlockers();
|
||||||
.removeClass('portal_form_handler');
|
this.element.removeClass('portal_form_handler');
|
||||||
},
|
},
|
||||||
// _setOptions is called with a hash of all options that are changing
|
// _setOptions is called with a hash of all options that are changing
|
||||||
// always refresh when changing options
|
// always refresh when changing options
|
||||||
|
|||||||
Reference in New Issue
Block a user