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
@@ -35,8 +35,4 @@
<button type="button" class="btn-add" onclick="addInstruction()">Schritte hinzufügen</button>
@section Scripts {
<script>
setRecipeId('@Model.RecipeId');
</script>
}