mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-25 17:27:18 +00:00
Added grid sorting to history grid rebind.
This commit is contained in:
parent
35cad3d27e
commit
6756eb6534
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ History
|
|||
function reloadHistoryGrid() {
|
||||
var grid = $('#history').data('tGrid');
|
||||
grid.rebind();
|
||||
grid.sort("Date-desc");
|
||||
}
|
||||
|
||||
function deleteHistoryRow(historyId) {
|
||||
|
|
Loading…
Reference in a new issue