b00a317e by Jeff Balicki

ff

1 parent 7d25f6a2
...@@ -435,14 +435,15 @@ $(window).on('load resize scroll', function() { ...@@ -435,14 +435,15 @@ $(window).on('load resize scroll', function() {
435 }); 435 });
436 } 436 }
437 if ( '676' == event.detail.contactFormId ) { 437 if ( '676' == event.detail.contactFormId ) {
438
439 if($(event.target).hasClass('invalid')) { 438 if($(event.target).hasClass('invalid')) {
440 $('#exampleModal').find('form').show(); 439 $('#exampleModal').find('form').show();
441 return; 440 return;
442 }else{ 441 }else{
442 console.log('hide');
443 $('#exampleModal').modal('hide'); 443 $('#exampleModal').modal('hide');
444 } 444 }
445 } 445 }
446
446 }, false ); 447 }, false );
447 448
448 $(".n2-ss-text").each(function() { 449 $(".n2-ss-text").each(function() {
......
...@@ -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.30387 8 Version: 1.1.30389
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
......