MediaWiki:RankColor.js: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
(update deprecated wg variables to mw.config ...and clean up the script. could be further optimized to not crawl the DOM 3 times though)
mNo edit summary
 
Line 43: Line 43:
   jQuery(function() {
   jQuery(function() {
     highlight(patrollerrights, "#E99216");
     highlight(patrollerrights, "#E99216");
     highlight(adminrights, "#2BA206");
     highlight(adminrights, "#9B508A");
     highlight(botrights, "#3EB8C6");
     highlight(botrights, "#3EB8C6");
   });
   });
}
}