From 0f4fcdf18b4007ad2d9622ec31a4c9bf82dd2abf Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 26 Aug 2016 13:05:19 +0200 Subject: [PATCH] Icon fix --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index d5f1855e94..d4f318b170 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -3446,7 +3446,7 @@ WCF.Collapsible.Remote = Class.extend({ this._updateContent($containerID, $.trim(data.returnValues.content), $newState); // update icon - this._exchangeIcon(this._containerData[$containerID].button, (data.returnValues.isOpen ? 'chevron-down' : 'chevron-right')); + //this._exchangeIcon(this._containerData[$containerID].button, (data.returnValues.isOpen ? 'chevron-down' : 'chevron-right')); } }); -- 2.20.1