function handleRemovingIngredientsFromShoppingList(){$(".ingredient .removeIngredient").click(function(n){var e=$(this);$.post("/?type=1660643594",{ingredientUid:$(this).data("uid")},function(){e.parent("li").remove()}),n.preventDefault()})}jQuery(document).ready(function(){handleRemovingIngredientsFromShoppingList()});