This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/modules/opencase_reporting/js/opencase-reporting.js

4 lines
128 B
JavaScript

jQuery('#opencase_reporting_buttons #download-data').click(function() {
location.href = location.href + "&_format=csv";
});