Compare commits

...

1 Commits

Author SHA1 Message Date
Molkobain
cbaff212e7 N°7438 - Dashboard: Fix crash when closing the editor modal 2024-04-09 10:50:51 +02:00

View File

@@ -143,7 +143,6 @@ $(function()
_destroy: function() _destroy: function()
{ {
this.element.removeClass( "itop-icon-select" ); this.element.removeClass( "itop-icon-select" );
this.oButton.button( "destroy" );
}, },
// _setOptions is called with a hash of all options that are changing // _setOptions is called with a hash of all options that are changing