MediaWiki:Group-sysop.js: Difference between revisions

no edit summary
(Created page with "→‎Any JavaScript here will be loaded for sysops only: //to avoid counting visits made by sysops function countVisit() { var a = 1; }")
 
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 */
//to avoid counting visits made by sysops
// Override OWA's definition of function() to avoid counting visits made by sysops
function countVisit() {
 
var a = 1;
(function() {
}
  var a = 1;
}());