grocy/public/viewjs/recipessettings.js

5 lines
154 B
JavaScript

if (BoolVal(Grocy.UserSettings.recipe_ingredients_group_by_product_group))
{
$("#recipe_ingredients_group_by_product_group").prop("checked", true);
}