Fixed shopping list setting initialization (fixes #1344)

This commit is contained in:
Bernd Bestel
2021-07-03 19:43:32 +02:00
parent 47c936e026
commit 4b02ac8f35

View File

@@ -5,7 +5,7 @@
if (BoolVal(Grocy.UserSettings.shopping_list_show_calendar)) if (BoolVal(Grocy.UserSettings.shopping_list_show_calendar))
{ {
$("#shopping-list-show-calendar").prop("checked", true); $("#shopping_list_show_calendar").prop("checked", true);
} }
RefreshLocaleNumberInput(); RefreshLocaleNumberInput();