From d3b4b10cd48567d541105d9fbd508db333e1432c Mon Sep 17 00:00:00 2001 From: Ivar Nesje Date: Thu, 21 Oct 2021 09:45:34 +0200 Subject: [PATCH] LocalTest Don't include scripts that are empty or does not exist (#7218) * Jquery seems to never have existed. * Bootstrap url was not moved to `/localresources` so it does not work * site.js is empty This is partially fallout from #3394 but the only thing broken seems to be the 404 in console. --- src/Views/Shared/_Layout.cshtml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Views/Shared/_Layout.cshtml b/src/Views/Shared/_Layout.cshtml index dedcb1ac..067c6a2c 100644 --- a/src/Views/Shared/_Layout.cshtml +++ b/src/Views/Shared/_Layout.cshtml @@ -33,9 +33,6 @@ © 2019 - LocalTest - Privacy - - - @RenderSection("Scripts", required: false)