1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 01:38:24 +00:00

Added grid sorting to history grid rebind.

This commit is contained in:
Mark McDowall 2011-09-02 16:34:39 -07:00
parent 35cad3d27e
commit 6756eb6534

View file

@ -77,6 +77,7 @@ History
function reloadHistoryGrid() {
var grid = $('#history').data('tGrid');
grid.rebind();
grid.sort("Date-desc");
}
function deleteHistoryRow(historyId) {