mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Fix refresh export table button on info page
This commit is contained in:
parent
dd1dc00430
commit
3973c57020
1 changed files with 4 additions and 0 deletions
|
@ -914,6 +914,10 @@ DOCUMENTATION :: END
|
|||
clearSearchButton('export_table-RK-${data["rating_key"]}', export_table);
|
||||
}
|
||||
|
||||
$("#refresh-export-table").click(function () {
|
||||
export_table.draw();
|
||||
});
|
||||
|
||||
$(document).ready(function () {
|
||||
loadExportTable();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue