Files
grocy/public/viewjs/recipessettings.js
2020-11-15 14:15:09 +01:00

7 lines
183 B
JavaScript

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