From 6a30d6caa99a8ab76399313dd749f7c7c986113a 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 b8fa945b5..ed0707089 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