Move script section stuff that is implementet on more than one script section on layout

This commit is contained in:
franc
2025-05-05 17:10:05 +02:00
parent 402f5f2fe9
commit dc9a1f1b9c
4 changed files with 15 additions and 17 deletions
@@ -28,8 +28,4 @@
<button type="button" class="btn-add" onclick="addIngredient()">Zutat hinzufügen</button>
@section Scripts {
<script>
recipeId = '@Model.RecipeId';
</script>
}