b00a317e by Jeff Balicki

ff

1 parent 7d25f6a2
......@@ -435,14 +435,15 @@ $(window).on('load resize scroll', function() {
});
}
if ( '676' == event.detail.contactFormId ) {
if($(event.target).hasClass('invalid')) {
$('#exampleModal').find('form').show();
return;
}else{
console.log('hide');
$('#exampleModal').modal('hide');
}
}
}, false );
$(".n2-ss-text").each(function() {
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30387
Version: 1.1.30389
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......