Icon fix
authorAlexander Ebert <ebert@woltlab.com>
Fri, 26 Aug 2016 11:05:19 +0000 (13:05 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 26 Aug 2016 11:05:19 +0000 (13:05 +0200)
wcfsetup/install/files/js/WCF.js

index d5f1855e944f7711bca296f75a53411367ca681a..d4f318b17088ee31323379b097e3e9f9953ff026 100755 (executable)
@@ -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'));
        }
 });