diff --git a/Bootstrap.Admin/Views/Home/Index.cshtml b/Bootstrap.Admin/Views/Home/Index.cshtml index 9721f3bc..c316a12b 100644 --- a/Bootstrap.Admin/Views/Home/Index.cshtml +++ b/Bootstrap.Admin/Views/Home/Index.cshtml @@ -11,7 +11,7 @@ } @section javascript { - + }
\ No newline at end of file diff --git a/Bootstrap.Admin/Views/Shared/_Layout.cshtml b/Bootstrap.Admin/Views/Shared/_Layout.cshtml index 7bf7d0ec..6a06d11a 100644 --- a/Bootstrap.Admin/Views/Shared/_Layout.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Layout.cshtml @@ -30,10 +30,10 @@ - + @RenderSection("Javascript", false) } @await Html.PartialAsync("Header") @RenderBody() @await Html.PartialAsync("Footer") -@RenderSection("modal", false) \ No newline at end of file +@RenderSection("modal", false) diff --git a/Bootstrap.Admin/Views/Shared/_Login.cshtml b/Bootstrap.Admin/Views/Shared/_Login.cshtml index 6fb4d433..ad7ad601 100644 --- a/Bootstrap.Admin/Views/Shared/_Login.cshtml +++ b/Bootstrap.Admin/Views/Shared/_Login.cshtml @@ -33,7 +33,7 @@ - + } diff --git a/Bootstrap.Admin/wwwroot/js/Content.js b/Bootstrap.Admin/wwwroot/js/content.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Content.js rename to Bootstrap.Admin/wwwroot/js/content.js diff --git a/Bootstrap.Admin/wwwroot/js/Dicts.js b/Bootstrap.Admin/wwwroot/js/dicts.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Dicts.js rename to Bootstrap.Admin/wwwroot/js/dicts.js diff --git a/Bootstrap.Admin/wwwroot/js/Exceptions.js b/Bootstrap.Admin/wwwroot/js/exceptions.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Exceptions.js rename to Bootstrap.Admin/wwwroot/js/exceptions.js diff --git a/Bootstrap.Admin/wwwroot/js/Groups.js b/Bootstrap.Admin/wwwroot/js/groups.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Groups.js rename to Bootstrap.Admin/wwwroot/js/groups.js diff --git a/Bootstrap.Admin/wwwroot/js/Login.js b/Bootstrap.Admin/wwwroot/js/login.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Login.js rename to Bootstrap.Admin/wwwroot/js/login.js diff --git a/Bootstrap.Admin/wwwroot/js/Logs.js b/Bootstrap.Admin/wwwroot/js/logs.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Logs.js rename to Bootstrap.Admin/wwwroot/js/logs.js diff --git a/Bootstrap.Admin/wwwroot/js/Longbow.Common.js b/Bootstrap.Admin/wwwroot/js/longbow.common.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Longbow.Common.js rename to Bootstrap.Admin/wwwroot/js/longbow.common.js diff --git a/Bootstrap.Admin/wwwroot/js/Menus.js b/Bootstrap.Admin/wwwroot/js/menus.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Menus.js rename to Bootstrap.Admin/wwwroot/js/menus.js diff --git a/Bootstrap.Admin/wwwroot/js/Profiles.js b/Bootstrap.Admin/wwwroot/js/profiles.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Profiles.js rename to Bootstrap.Admin/wwwroot/js/profiles.js diff --git a/Bootstrap.Admin/wwwroot/js/Roles.js b/Bootstrap.Admin/wwwroot/js/roles.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Roles.js rename to Bootstrap.Admin/wwwroot/js/roles.js diff --git a/Bootstrap.Admin/wwwroot/js/Settings.js b/Bootstrap.Admin/wwwroot/js/settings.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Settings.js rename to Bootstrap.Admin/wwwroot/js/settings.js diff --git a/Bootstrap.Admin/wwwroot/js/Users.js b/Bootstrap.Admin/wwwroot/js/users.js similarity index 100% rename from Bootstrap.Admin/wwwroot/js/Users.js rename to Bootstrap.Admin/wwwroot/js/users.js