don't be too funny
This commit is contained in:
		@@ -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');
 | 
			
		||||
  });
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user