schedule bug fix
This commit is contained in:
parent
fd29869e29
commit
a2332d1b1d
@ -658,7 +658,7 @@
|
|||||||
const header_selector = "#header_" + i;
|
const header_selector = "#header_" + i;
|
||||||
const header_cell = document.querySelector(header_selector);
|
const header_cell = document.querySelector(header_selector);
|
||||||
header_cell.innerHTML = current_day.toDateString();
|
header_cell.innerHTML = current_day.toDateString();
|
||||||
current_day.setDate(current_day.getDate() + 1);_
|
current_day.setDate(current_day.getDate() + 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user