5,951
edits
(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 */ | ||
// | //to avoid counting visits made by sysops | ||
function countVisit() { | |||
var a = 1; | |||
} | |||
} |