mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00: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);
|
|
}
|