mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
5 lines
154 B
JavaScript
5 lines
154 B
JavaScript
if (BoolVal(Grocy.UserSettings.recipe_ingredients_group_by_product_group))
|
|
{
|
|
$("#recipe_ingredients_group_by_product_group").prop("checked", true);
|
|
}
|