don't be too funny
This commit is contained in:
parent
df26112820
commit
ac728dc203
@ -223,7 +223,6 @@ function initTripSidebar(triggerElement: HTMLElement) {
|
||||
function replaceStrings() {
|
||||
const weekdays = document.querySelectorAll('.weekday-js');
|
||||
Array.prototype.forEach.call(weekdays, (weekday: HTMLElement) => {
|
||||
//weekday.innerHTML = weekday.innerHTML.replace('Donnerstag', 'Dönerstag');
|
||||
weekday.innerHTML = weekday.innerHTML.replace('Freitag', 'Markttag');
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user