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)