Paul Lecuq
4239c1dbb1
All checks were successful
continuous-integration/drone/push Build is passing
- SQL injection protection with regex and prepared statements - Handled new website - Refactored ws - CSV export handle - modified HTML, CSS and JS
3 lines
79 B
JavaScript
3 lines
79 B
JavaScript
function export_frs() {
|
|
var w = window.location.href = "/export_frs.csv";
|
|
} |