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 () {$.get("/request/log/visits", { page: window.location.pathname });}); | + | $(function () {$.get("/request/log/visits", { page: window.location.pathname }); |
+ | |||
+ | console.log(window.location.pathname); | ||
+ | }); |
Revision as of 18:11, 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 });
console.log(window.location.pathname);
});