diff --git a/public/viewjs/shoppinglistsettings.js b/public/viewjs/shoppinglistsettings.js index 6f39c600..1e5e86d8 100644 --- a/public/viewjs/shoppinglistsettings.js +++ b/public/viewjs/shoppinglistsettings.js @@ -5,7 +5,7 @@ if (BoolVal(Grocy.UserSettings.shopping_list_show_calendar)) { - $("#shopping-list-show-calendar").prop("checked", true); + $("#shopping_list_show_calendar").prop("checked", true); } RefreshLocaleNumberInput();