mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Don't reset to page 1 on history row delete.
This commit is contained in:
parent
51e1949538
commit
bbcf3bf7da
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ $('#history_table').on('click', 'td.delete-control', function () {
|
||||||
data: {row_id: rowData['id']},
|
data: {row_id: rowData['id']},
|
||||||
async: true,
|
async: true,
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
history_table.ajax.reload();
|
history_table.ajax.reload(null, false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue