grocy/public/viewjs/recipessettings.js
2020-02-10 14:07:49 -06:00

9 lines
299 B
JavaScript

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