mirror of
https://github.com/grocy/grocy.git
synced 2025-09-30 03:15:08 +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);
|
|||
|
}
|