forked from Ruderverein-Donau-Linz/rowt
don't be too funny
This commit is contained in:
parent
36d86b079b
commit
16ca1a3482
@ -223,10 +223,6 @@ function initTripSidebar(triggerElement: HTMLElement) {
|
||||
function replaceStrings() {
|
||||
const weekdays = document.querySelectorAll('.weekday-js');
|
||||
Array.prototype.forEach.call(weekdays, (weekday: HTMLElement) => {
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
//weekday.innerHTML = weekday.innerHTML.replace('Donnerstag', 'Dönerstag');
|
||||
>>>>>>> 8797bfd ([TASK] replace Freitag with Markttag for phipsi)
|
||||
weekday.innerHTML = weekday.innerHTML.replace('Freitag', 'Markttag');
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user