All public logs
From IIFQ
Combined display of all available logs of IIFQ. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:35, 10 January 2024 Marco talk contribs created page MediaWiki:Gadget-animatedMap.js (Created page with " <script> // Init date picker $( "#datepicker" ).datepicker({ onSelect: function(dateText) { // console.log("Selected date: " + dateText + "; input's current value: " + this.value); const newDate = new Date(Date.parse(dateText)).toISOString().split('T')[0]; const countryCode = $("#country-selector option:selected").attr('data-alternative-spellings'); var newUrl = "/admin/animation/" + newDate; if (typeof countryCode !== "undefined") { newUrl =...")