mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 17:45:39 +00:00
10 lines
312 B
JavaScript
10 lines
312 B
JavaScript
if (BoolVal(Grocy.UserSettings.shopping_list_to_stock_workflow_auto_submit_when_prefilled))
|
|
{
|
|
$("#shopping-list-to-stock-workflow-auto-submit-when-prefilled").prop("checked", true);
|
|
}
|
|
|
|
if (BoolVal(Grocy.UserSettings.shopping_list_show_calendar))
|
|
{
|
|
$("#shopping-list-show-calendar").prop("checked", true);
|
|
}
|