0f6df167 by Jeff Balicki

fp

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