a1f3c78b by Jeff Balicki

ee

1 parent 677d584e
......@@ -202,7 +202,7 @@ $(window).on('load resize scroll', function() {
height: '100vh'
});
}
$('#exampleModalLong').find('form').append('<input type="hidden" name="planner_id" value="'+$(this).data('store-id')+'"/>')
$('#exampleModalLong').find('form').append('<input type="hidden" name="planner_id" value="'+$(this).data('id')+'"/>')
$('#exampleModalLong').modal('show');
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30351
Version: 1.1.30352
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......