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 });