48b9d51d by Jeff Balicki

fp

1 parent 233a1d89
...@@ -233,9 +233,10 @@ $(window).on('load resize scroll', function() { ...@@ -233,9 +233,10 @@ $(window).on('load resize scroll', function() {
233 }); 233 });
234 } 234 }
235 //$('#exampleModal').find('form').append('<input type="hidden" name="planner_id" value="'+$(this).data('id')+'"/>') 235 //$('#exampleModal').find('form').append('<input type="hidden" name="planner_id" value="'+$(this).data('id')+'"/>')
236
236 $('#exampleModal').modal('show'); 237 $('#exampleModal').modal('show');
237 $.ajax({ 238 $.ajax({
238 url: '/wp-content/uploads/2022/03/FP_Financial-Stress-Index_R1b.pdf', 239 url: '/wp-content/uploads/2022/03/FP_2021-Financial-Stress-Index_F-1.pdf',
239 method: 'GET', 240 method: 'GET',
240 xhrFields: { 241 xhrFields: {
241 responseType: 'blob' 242 responseType: 'blob'
......
...@@ -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.303893 8 Version: 1.1.303894
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
......