mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Fixed shopping list setting initialization (fixes #1344)
This commit is contained in:
parent
47c936e026
commit
4b02ac8f35
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user