1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Removed testing reload button from History. Whoops!

This commit is contained in:
Mark McDowall
2011-11-10 08:23:51 -08:00
parent 706ea744b9
commit 3e3551f4d0

View File

@@ -51,8 +51,6 @@ History
c =>
c.PageSize(20).Position(GridPagerPosition.Bottom).Style(GridPagerStyles.NextPrevious))
.Render();}
<button onclick="reloadHistoryGrid();">Reload Grid</button>
</div>
}