From 27b46e1abfd0c399514027708c24f3620f3d5543 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 11 Jul 2021 18:44:04 +0200 Subject: [PATCH] Optimized meal plan week navigation --- public/viewjs/mealplan.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/viewjs/mealplan.js b/public/viewjs/mealplan.js index 274cc0c6..3109e070 100644 --- a/public/viewjs/mealplan.js +++ b/public/viewjs/mealplan.js @@ -285,6 +285,7 @@ var calendar = $("#calendar").fullCalendar({ else { window.location.reload(); + return false; } RefreshLocaleNumberDisplay();