From: Matthias Schmidt Date: Sun, 5 Oct 2014 09:36:23 +0000 (+0200) Subject: Use unique IDs in WCF.ACL.List for grantAll and denyAll X-Git-Tag: 2.1.0_Alpha_1~273 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=902c8112693315652e7ed282000ecace0a4a07b6;p=GitHub%2FWoltLab%2FWCF.git Use unique IDs in WCF.ACL.List for grantAll and denyAll --- diff --git a/wcfsetup/install/files/js/WCF.ACL.js b/wcfsetup/install/files/js/WCF.ACL.js index bea2a0719c..45c3b3a69c 100644 --- a/wcfsetup/install/files/js/WCF.ACL.js +++ b/wcfsetup/install/files/js/WCF.ACL.js @@ -287,8 +287,8 @@ WCF.ACL.List = Class.extend({ // add a "full access" permission if there are more than one option if ($count > 1) { var $listItem = $('
  • ' + WCF.Language.get('wcf.acl.option.fullAccess') + '
  • ').prependTo(this._containerElements.permissionList); - this._containerElements.grantAll = $('').appendTo($listItem).wrap('