From: Alexander Ebert Date: Wed, 12 Jun 2013 18:03:44 +0000 (+0200) Subject: Reverted changes X-Git-Tag: 2.0.0_Beta_4~49^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=de1c41a70f46d8c1e6c9433d6a9f6c64b5c374b2;p=GitHub%2FWoltLab%2FWCF.git Reverted changes --- diff --git a/wcfsetup/install/files/js/WCF.Label.js b/wcfsetup/install/files/js/WCF.Label.js index 45f0e31b59..d02625f96e 100644 --- a/wcfsetup/install/files/js/WCF.Label.js +++ b/wcfsetup/install/files/js/WCF.Label.js @@ -197,7 +197,7 @@ WCF.Label.Chooser = Class.extend({ } if (!$group.data('forceSelection')) { - var $buttonEmpty = $('
  • ' + WCF.Language.get('wcf.label.' + (this._showWithoutSelection ? 'all' : 'none')) + '
  • ').data('groupID', $groupID).appendTo($dropdownMenu); + var $buttonEmpty = $('
  • ' + WCF.Language.get('wcf.label.none') + '
  • ').data('groupID', $groupID).appendTo($dropdownMenu); $buttonEmpty.click($.proxy(this._click, this)); } }