Difference between revisions of "MediaWiki:Common.js"

From mispar
Jump to: navigation, search
Line 2: Line 2:
  
  
console.log(location.hash);
+
console.log(window.location.href);

Revision as of 21:41, 4 March 2022

/* Any JavaScript here will be loaded for all users on every page load. */


console.log(window.location.href);