diff --git a/NzbDrone.Web/Views/History/Index.cshtml b/NzbDrone.Web/Views/History/Index.cshtml index 2b8bd4595..2cf61af03 100644 --- a/NzbDrone.Web/Views/History/Index.cshtml +++ b/NzbDrone.Web/Views/History/Index.cshtml @@ -51,6 +51,8 @@ History c => c.PageSize(20).Position(GridPagerPosition.Bottom).Style(GridPagerStyles.NextPrevious)) .Render();} + + } @@ -60,8 +62,7 @@ History function reloadHistoryGrid() { var grid = $('#history').data('tGrid'); - grid.rebind(); - grid.sort("Date-desc"); + grid.ajaxRequest(); } function deleteHistoryRow(historyId) {