diff --git a/public/viewjs/recipeform.js b/public/viewjs/recipeform.js index 8fd6aede..c146fb11 100644 --- a/public/viewjs/recipeform.js +++ b/public/viewjs/recipeform.js @@ -343,7 +343,7 @@ $(window).on("message", function(e) if (data.Message === "IngredientsChanged") { - window.location.reload(true); + window.location.href = U('/recipe/' + Grocy.EditObjectId); } });