mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
7 lines
183 B
JavaScript
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();
|