mirror of
https://github.com/grocy/grocy.git
synced 2025-12-01 02:31:57 +00:00
5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
|
|
if (BoolVal(Grocy.UserSettings.recipe_ingredient_display_product_group))
|
|||
|
|
{
|
|||
|
|
$("#recipe_ingredient_display_product_group").prop("checked", true);
|
|||
|
|
}
|