ggg
Showing
2 changed files
with
3 additions
and
1 deletions
| ... | @@ -435,7 +435,9 @@ $(window).on('load resize scroll', function() { | ... | @@ -435,7 +435,9 @@ $(window).on('load resize scroll', function() { |
| 435 | }); | 435 | }); |
| 436 | } | 436 | } |
| 437 | if ( '676' == event.detail.contactFormId ) { | 437 | if ( '676' == event.detail.contactFormId ) { |
| 438 | console.log('remind-me'); | ||
| 438 | if($(event.target).hasClass('invalid')) { | 439 | if($(event.target).hasClass('invalid')) { |
| 440 | console.log('invalid'); | ||
| 439 | $('#exampleModal').find('form').show(); | 441 | $('#exampleModal').find('form').show(); |
| 440 | return; | 442 | return; |
| 441 | }else{ | 443 | }else{ | ... | ... |
| ... | @@ -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.30389 | 8 | Version: 1.1.303891 |
| 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 | ... | ... |
-
Please register or sign in to post a comment