MediaWiki:Group-user.js: Difference between revisions

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