From: Magnus Kühn Date: Wed, 2 Jan 2013 18:45:27 +0000 (+0100) Subject: Fixed WCF.Action.Toggle X-Git-Tag: 2.0.0_Beta_1~606^2^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=efd73273112e5e6d5d1463e50788e4f89ae15b9c;p=GitHub%2FWoltLab%2FWCF.git Fixed WCF.Action.Toggle --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 5f9b75c8f1..80c433f457 100755 --- 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);