From a4b1a80cdc32d1d599185057ff8947653a12eac8 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 14 Mar 2022 22:43:07 +0100 Subject: [PATCH] Fixed meal plan note item edit button tooltip (fixes #1821) --- public/viewjs/mealplan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/viewjs/mealplan.js b/public/viewjs/mealplan.js index 1d8e67c5..16a3ef36 100644 --- a/public/viewjs/mealplan.js +++ b/public/viewjs/mealplan.js @@ -283,7 +283,7 @@ $(".calendar").each(function()
' + mealPlanEntry.note + '
\
\ \ - \ + \ ' + doneButtonHtml + ' \
\ ');