Fixes AuthorizeUpgrade page since it was still referencing the old UmbracoClient folder

This commit is contained in:
Shannon
2018-10-24 15:23:21 +11:00
parent e34728c10c
commit c7cb8b52cc

View File

@@ -33,8 +33,7 @@
<title>Umbraco</title>
@Html.RenderCssHere(
new BasicPath("Umbraco", IOHelper.ResolveUrl(SystemDirectories.Umbraco)),
new BasicPath("UmbracoClient", IOHelper.ResolveUrl(SystemDirectories.UmbracoClient)))
new BasicPath("Umbraco", IOHelper.ResolveUrl(SystemDirectories.Umbraco)))
@*Because we're lazy loading angular js, the embedded cloak style will not be loaded initially, but we need it*@
<style>