Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sjefvanleeuwen committed Nov 12, 2020
1 parent f7d11b6 commit 6c79d1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/Blazor.AdminLte.Site.Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@
layoutManager.IsFooterFixed = true;
layoutManager.IsNavBarFixed = true;
layoutManager.IsSideBarFixed = true;
//JS.InvokeVoidAsync("sideBarFixed", true);
// JS.InvokeVoidAsync("navBarFixed", true);
// JS.InvokeVoidAsync("footerFixed", true);
base.OnAfterRender(isFirstRender);
}
}
2 changes: 1 addition & 1 deletion src/Blazor.AdminLte/Blazor.AdminLte.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Copyright>Copyright (c) 2020 Sjef van Leeuwen</Copyright>
<PackageIcon>blazor-adminlte-256.png</PackageIcon>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageVersion>0.1.4</PackageVersion>
<PackageVersion>0.1.5</PackageVersion>
<PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 6c79d1d

Please sign in to comment.