From cbaff212e732d7a99c81df8bc6d09d3396efadff Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 9 Apr 2024 10:40:06 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07438=20-=20Dashboard:=20Fix=20crash=20wh?= =?UTF-8?q?en=20closing=20the=20editor=20modal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/icon_select.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/icon_select.js b/js/icon_select.js index 0afd9bf48..fb2cc06c3 100644 --- a/js/icon_select.js +++ b/js/icon_select.js @@ -143,7 +143,6 @@ $(function() _destroy: function() { this.element.removeClass( "itop-icon-select" ); - this.oButton.button( "destroy" ); }, // _setOptions is called with a hash of all options that are changing