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:
ff01012
)
Fixed WCF.Action.Toggle
author
Magnus Kühn
<magnus.khn@gmail.com>
Wed, 2 Jan 2013 18:45:27 +0000
(19:45 +0100)
committer
Magnus Kühn
<magnus.khn@gmail.com>
Wed, 2 Jan 2013 18:45:27 +0000
(19:45 +0100)
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 5f9b75c8f1575d299add5c8ace60f39c13768ae2..80c433f4578210e20ce899137abe3aaa1b1705be 100755
(executable)
--- a/
wcfsetup/install/files/js/WCF.js
+++ b/
wcfsetup/install/files/js/WCF.js
@@
-1924,7
+1924,7
@@
WCF.Action.Toggle = Class.extend({
triggerEffect: function(objectIDs) {
for (var $index in this._containers) {
var $container = $('#' + this._containers[$index]);
- var $toggleButton = $container.find(this.
_toggleButtonSelector);
+ var $toggleButton = $container.find(this._toggleButtonSelector);
if (WCF.inArray($toggleButton.data('objectID'), objectIDs)) {
$container.wcfHighlight();
this._toggleButton($container, $toggleButton);