MediaWiki:Gadget-markadmins.js: Difference between revisions

Jump to navigation Jump to search
Chrs (talk | contribs)
fix to use "var" instead of "let" in loops as only ECMAScript 5 is allowed; this is fine in terms of scope
Chrs (talk | contribs)
m cosmetic change, avoid using tabs in the middle of lines
Line 6: Line 6:


var userSetTips = {
var userSetTips = {
'A' : 'administrator',
'A' : 'administrator',
'B' : 'bureaucrat',
'B' : 'bureaucrat',
'C' : 'checkuser',
'C' : 'checkuser',
'F' : 'interface administrator',
'F' : 'interface administrator',
'S' : 'steward',
'S' : 'steward',
'SA': 'system administrator',
'SA': 'system administrator',
};
};