qrz/static/js/functions.js

4 lines
72 B
JavaScript
Raw Normal View History

2020-05-23 13:38:20 +02:00
function export_frs() {
2023-11-02 12:38:16 +01:00
window.location.href = "/export_frs.csv";
2020-05-23 13:38:20 +02:00
}