MediaWiki:Group-sysop.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1: Line 1:
/* Any JavaScript here will be loaded for sysops only */
/* Any JavaScript here will be loaded for sysops only */
// Override OWA's definition of function() to avoid counting visits made by sysops
//to avoid counting visits made by sysops
 
function countVisit() {
(function() {
var a = 1;
  var a = 1;
}
}());