This commit is contained in:
2025-11-29 09:35:18 +00:00
parent c1667681e7
commit 1c2d8a3b6d
8 changed files with 351 additions and 382 deletions

View File

@@ -422,7 +422,7 @@ function format_date_with_ordinal(date) {
// Format today's date as YYYY-MM-DD to match the API response keys
const todayFormatted = `${year}-${month}-${day}`;
const url = 'https://wx.stoat.org/calendar/wikimedia_onthisday.json';
const url = 'https://calendar.wx4rlx.org/wikimedia_onthisday.json';
const cacheBustingUrl = url; //`${url}?v=${formattedDate}`;
return $.getJSON(cacheBustingUrl)