Difference between revisions of "MediaWiki:Common.js"
| Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
$(function () { | $(function () { | ||
| − | + | $.get("/request/log/visits", { page: window.location.pathname } ); | |
| − | + | //used to log visits | |
| − | |||
}()); | }()); | ||
Revision as of 18:08, 19 May 2021
/* Any JavaScript here will be loaded for all users on every page load. */
$(function () {
$.get("/request/log/visits", { page: window.location.pathname } );
//used to log visits
}());