schedule bug fix

This commit is contained in:
Sundog Jones 2024-09-03 16:37:43 -04:00
parent 8cbcb14831
commit 2042b9e7c6

View File

@ -610,7 +610,7 @@
const template = document.querySelector("#schedules_template");
const template_clone = template.content.cloneNode(true);
tab_content.appendChild(template_clone);
init_schedules();
//init_schedules();
});
const init_schedules = (first_day_of_week) => {