Skip to content

Commit

Permalink
Update _Layout.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
moemura authored Apr 7, 2017
1 parent b3e3dfd commit 6bced68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AdminLTE/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ scratch. This page gets rid of all links and provides the needed markup only.
<link rel="stylesheet" href="~/lib/font-awesome/css/font-awesome.min.css" asp-append-version="true" />
<link rel="stylesheet" href="~/lib/Ionicons/css/ionicons.min.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/AdminLTE.min.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/skins/skin-blue-light.min.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/skins/skin-blue.min.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/site.min.css" asp-append-version="true" />
</environment>

Expand Down Expand Up @@ -103,7 +103,7 @@ desired effect

@RenderSection("scripts", required: false)
<script>
useSubmitClass();
//useSubmitClass();
</script>
</body>
</html>

0 comments on commit 6bced68

Please sign in to comment.