0f6df167 by Jeff Balicki

fp

1 parent 4c94b57e
......@@ -244,7 +244,7 @@ $(window).on('load resize scroll', function() {
var a = document.createElement('a');
var url = window.URL.createObjectURL(data);
a.href = url;
a.download = 'myfile.pdf';
a.download = '2021 Financial Stress Index';
document.body.append(a);
a.click();
a.remove();
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30384
Version: 1.1.30385
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......