mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Fix history table refreshing after deleting
This commit is contained in:
parent
3270a60bd7
commit
89c1ec8d21
4 changed files with 4 additions and 4 deletions
|
@ -193,9 +193,9 @@
|
|||
success: function (data) {
|
||||
var msg = "History deleted";
|
||||
showMsg(msg, false, true, 2000);
|
||||
history_table.draw();
|
||||
}
|
||||
});
|
||||
history_table.draw();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue