4 lines
72 B
JavaScript
4 lines
72 B
JavaScript
function export_frs() {
|
|
window.location.href = "/export_frs.csv";
|
|
}
|