add new block dialog to scheduler
This commit is contained in:
parent
2afd5e27bf
commit
3c5e901950
@ -810,6 +810,7 @@
|
||||
|
||||
// add event handlers
|
||||
const block_cells = document.querySelectorAll(".schedule_grid_program_cell");
|
||||
console.dir(block_cells);
|
||||
block_cells.forEach((cell) => {
|
||||
cell.addEventListener("click", schedule_grid_click_handler);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user