fix php
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user