From a4bd2ae4c7fa1ac2136fe131f4685965e867e784 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Fri, 6 Apr 2018 13:58:01 +0100 Subject: [PATCH] Removed additional whitespace Including the leading whitespace for the HTML DOCTYPE, which should appear on the first line of a HTML document. Removed unused "using" namespaces. Also removed the code comment towards the end, I'm not sure how useful it is to a developer? --- .../umbraco/Views/Default.cshtml | 23 ++++--------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml b/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml index abf486ce9b..3ab5f13009 100644 --- a/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml +++ b/src/Umbraco.Web.UI/umbraco/Views/Default.cshtml @@ -1,19 +1,10 @@ -@using System.Collections -@using System.Net.Http -@using System.Web.Mvc.Html -@using Umbraco.Core +@using Umbraco.Core @using ClientDependency.Core @using ClientDependency.Core.Mvc -@using Microsoft.Owin.Security -@using Newtonsoft.Json -@using Newtonsoft.Json.Linq @using Umbraco.Core.IO @using Umbraco.Web -@using Umbraco.Web.Editors @using umbraco - @inherits System.Web.Mvc.WebViewPage - @{ var isDebug = false; if (Request.RawUrl.IndexOf('?') >= 0) @@ -32,9 +23,7 @@ .RequiresCss("lib/bootstrap-social/bootstrap-social.css", "Umbraco") .RequiresCss("lib/font-awesome/css/font-awesome.min.css", "Umbraco"); } - - @@ -54,10 +43,10 @@
- + - +
- +
document.angularReady = function(app) { - @Html.AngularValueExternalLoginInfoScript((IEnumerable)ViewBag.ExternalSignInError) @Html.AngularValueResetPasswordCodeInfoScript(ViewData["PasswordResetCode"]) } - - @*And finally we can load in our angular app*@ @@ -118,6 +104,5 @@ @Html.RenderProfiler() } -