- Version
- Download 2
- File Size 225.38 KB
- File Count 1
- Create Date October 14, 2022
- Last Updated October 14, 2022
<script> jQuery(document).ready(function() { var downloadButton = jQuery('.et-download-button'); downloadButton.each(function(index) { jQuery(this).attr('download', ''); }); }); </script>
0