mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -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);
|
clearSearchButton('export_table-RK-${data["rating_key"]}', export_table);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$("#refresh-export-table").click(function () {
|
||||||
|
export_table.draw();
|
||||||
|
});
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
loadExportTable();
|
loadExportTable();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue