From 2ca8ff8832a72c7d6414018078489195c415c8b5 Mon Sep 17 00:00:00 2001 From: Peter Stockings Date: Sun, 4 Dec 2022 20:13:18 +1100 Subject: [PATCH] Refresh calendar when closing workout modal --- templates/partials/page/calendar.html | 4 ++++ templates/partials/workout_modal.html | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/partials/page/calendar.html b/templates/partials/page/calendar.html index 1fc4a9f..62d8cf8 100644 --- a/templates/partials/page/calendar.html +++ b/templates/partials/page/calendar.html @@ -1,3 +1,7 @@ + +
diff --git a/templates/partials/workout_modal.html b/templates/partials/workout_modal.html index de15646..16b5c89 100644 --- a/templates/partials/workout_modal.html +++ b/templates/partials/workout_modal.html @@ -2,7 +2,8 @@ add .closing then wait for animationend then remove me - then toggle .hide-scrollbar on document.body'> + then toggle .hide-scrollbar on document.body + then send refreshView to #refreshViewElement'>