All public logs

Combined display of all available logs of munkjensen.net/wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:38, 4 August 2022 Admin talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: Extract LAT/LON from capable browsers: var x = document.getElementById("ShowLatLonHere"); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(showPosition); } else { x.innerHTML = "Geolocation is not supported by this browser."; } } function showPosition(position) { x.innerHTML = "Lat: " + position.coords.latitude + "<br>Lon: "...")