From d75a0882dd19763b14f3171c2140767540c58bdf Mon Sep 17 00:00:00 2001 From: Fredrik Wahlberg Date: Fri, 24 Jan 2025 18:22:05 +0100 Subject: [PATCH] Fixes #5 --- public/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/public/index.html b/public/index.html index 83b087c..53fd0e3 100644 --- a/public/index.html +++ b/public/index.html @@ -43,7 +43,6 @@ document.getElementById('scheduled').value = today; // Initialize flatpickr with Swedish locale and Monday as the first day of the week flatpickr("#scheduled", { - //locale: "sv-SE", // Set Swedish locale weekNumbers: true, // Show week numbers firstDayOfWeek: 1 // Start weeks on Monday });