qrz/static/js/main.js
Paul Lecuq 4239c1dbb1
All checks were successful
continuous-integration/drone/push Build is passing
Heavy commit of qrz
- SQL injection protection with regex and prepared statements
- Handled new website
- Refactored ws
- CSV export handle
- modified HTML, CSS and JS
2020-05-23 12:32:36 +02:00

3 lines
79 B
JavaScript

function export_frs() {
var w = window.location.href = "/export_frs.csv";
}