From c0a7d84c21ffd2ac456965abd6fe04a83ac84769 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Sat, 30 Nov 2019 21:03:34 -0500 Subject: [PATCH] Fix jquery reference on empty page --- WebCms/Views/EmptyPage.cshtml | 13 +++---------- WebCms/Views/Master.cshtml | 7 ------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/WebCms/Views/EmptyPage.cshtml b/WebCms/Views/EmptyPage.cshtml index dfbdd74..8cb6cc2 100644 --- a/WebCms/Views/EmptyPage.cshtml +++ b/WebCms/Views/EmptyPage.cshtml @@ -6,9 +6,9 @@ Html.RequiresCss("~/Content/site.css"); Html.RequiresCss("~/Content/style.css"); Html.RequiresCss("~/css/rte.css"); - Html.RequiresJs("~/scripts/jquery-1.12.4.js", 0); - Html.RequiresJs("~/scripts/bootstrap.js", 0); - Html.RequiresJs("~/scripts/site.js"); + Html.RequiresJs("~/scripts/jquery-3.4.1.js", 0); + Html.RequiresJs("~/scripts/bootstrap.bundle.js", 1); + Html.RequiresJs("~/scripts/site.js", 3); } @@ -29,13 +29,6 @@ @Html.RenderCssHere() - - - - diff --git a/WebCms/Views/Master.cshtml b/WebCms/Views/Master.cshtml index 468e3ed..f3f5bb8 100644 --- a/WebCms/Views/Master.cshtml +++ b/WebCms/Views/Master.cshtml @@ -58,13 +58,6 @@ @Html.RenderCssHere() @RenderSection("Styles", false) - - - - class="debug"}}>