schedule bug fix
This commit is contained in:
parent
8cbcb14831
commit
2042b9e7c6
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user