diff --git a/LANCommander/Views/Games/Add.cshtml b/LANCommander/Views/Games/Add.cshtml
index b2732df..cf9ccae 100644
--- a/LANCommander/Views/Games/Add.cshtml
+++ b/LANCommander/Views/Games/Add.cshtml
@@ -92,59 +92,9 @@
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
}
diff --git a/LANCommander/Views/Games/Edit.cshtml b/LANCommander/Views/Games/Edit.cshtml
index 1ad428a..22c5653 100644
--- a/LANCommander/Views/Games/Edit.cshtml
+++ b/LANCommander/Views/Games/Edit.cshtml
@@ -209,59 +209,9 @@
@{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); }
}
diff --git a/LANCommander/Views/Shared/_Layout.cshtml b/LANCommander/Views/Shared/_Layout.cshtml
index 238f50f..6da2064 100644
--- a/LANCommander/Views/Shared/_Layout.cshtml
+++ b/LANCommander/Views/Shared/_Layout.cshtml
@@ -91,6 +91,7 @@
+
@await RenderSectionAsync("Scripts", required: false)