From 0dc1c08b36abbffab1bdfc37259b395d46bf0a9a Mon Sep 17 00:00:00 2001 From: Sundog Date: Tue, 22 Oct 2024 10:26:55 -0400 Subject: [PATCH] new shedule block work --- layout.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layout.html b/layout.html index 69dd90e..d1c8e19 100755 --- a/layout.html +++ b/layout.html @@ -878,6 +878,7 @@ const schedule_grid_click_handler = (e) => { e.preventDefault(); + document.getElementById("new_block_dialog_form").reset(); const new_block_dialog = document.getElementById("new_block_dialog"); const new_block_header = document.getElementById("new_block_dialog_header"); const block_start_time = e.target.parentNode.firstElementChild.innerHTML;