schedule bug fix
This commit is contained in:
parent
a2332d1b1d
commit
8cbcb14831
@ -657,7 +657,7 @@
|
||||
// put date at top of appropriate column of the grid
|
||||
const header_selector = "#header_" + i;
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user