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"}}>