projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b52fd6
)
Icon fix
author
Alexander Ebert
<ebert@woltlab.com>
Fri, 26 Aug 2016 11:05:19 +0000
(13:05 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Fri, 26 Aug 2016 11:05:19 +0000
(13:05 +0200)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index d5f1855e944f7711bca296f75a53411367ca681a..d4f318b17088ee31323379b097e3e9f9953ff026 100755
(executable)
--- 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'));
}
});