a1f3c78b by Jeff Balicki

ee

1 parent 677d584e
...@@ -202,7 +202,7 @@ $(window).on('load resize scroll', function() { ...@@ -202,7 +202,7 @@ $(window).on('load resize scroll', function() {
202 height: '100vh' 202 height: '100vh'
203 }); 203 });
204 } 204 }
205 $('#exampleModalLong').find('form').append('<input type="hidden" name="planner_id" value="'+$(this).data('store-id')+'"/>') 205 $('#exampleModalLong').find('form').append('<input type="hidden" name="planner_id" value="'+$(this).data('id')+'"/>')
206 $('#exampleModalLong').modal('show'); 206 $('#exampleModalLong').modal('show');
207 207
208 208
......
...@@ -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.30351 8 Version: 1.1.30352
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
......