Fix refresh export table button on info page

This commit is contained in:
JonnyWong16
2020-09-27 16:55:50 -07:00
parent dd1dc00430
commit 3973c57020

View File

@@ -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();
});