From: Alexander Ebert Date: Fri, 26 Aug 2016 11:05:19 +0000 (+0200) Subject: Icon fix X-Git-Tag: 3.0.0_Beta_1~489 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0f4fcdf18b4007ad2d9622ec31a4c9bf82dd2abf;p=GitHub%2FWoltLab%2FWCF.git Icon fix --- 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')); } });