From 0c00bcaa56c2f9a27d71dc9a7de018605528ac2d Mon Sep 17 00:00:00 2001 From: samerbam Date: Thu, 24 Aug 2023 21:56:12 -0400 Subject: [PATCH] add recurring button event listener to new tasks --- application/static/scripts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/application/static/scripts.js b/application/static/scripts.js index 1ec7d4c..8d0f5e4 100644 --- a/application/static/scripts.js +++ b/application/static/scripts.js @@ -312,6 +312,7 @@ function addTask(defaultTimeRange="", defaultTaskText="New Task", editable=true) secondContainer.addEventListener('mousedown', onClickListener) timePickerWindowButton.addEventListener("click", showTimePickerWindow) timeslotSpan.addEventListener("mousedown", timeSlotShowTimePickerButton) + recButtonDiv.addEventListener("click", recurringButtonListener) row.addEventListener('click', singleClickListener); setsavePrintButton(save=true)