MediaWiki:Gadget-userRightsManager.js: Difference between revisions

From Test Wiki
Content deleted Content added
upd as NSS is no longer granted, and fix an error
m Undo edit before the rename; the changes made to the template links aren't applying to the gadget for some reason
Tag: Manual revert
 
(3 intermediate revisions by 2 users not shown)
Line 132: Line 132:
if(this.groupsBureaucratInput.isSelected()) perms.push('bureaucrat');
if(this.groupsBureaucratInput.isSelected()) perms.push('bureaucrat');
if(this.groupsInterfaceAdminInput.isSelected()) perms.push('interface-admin');
if(this.groupsInterfaceAdminInput.isSelected()) perms.push('interface-admin');
if(this.groupsNonStewardSuppressInput.isSelected()) perms.push('non-stewardsuppress');
if(this.groupsAbuseFilterInput.isSelected()) perms.push('abusefilter-admin');
if(this.groupsAbuseFilterInput.isSelected()) perms.push('abusefilter-admin');