sss
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
6 changed files
with
6 additions
and
7 deletions
| ... | @@ -26217,10 +26217,9 @@ | ... | @@ -26217,10 +26217,9 @@ |
| 26217 | pageLength: 10 | 26217 | pageLength: 10 |
| 26218 | }); | 26218 | }); |
| 26219 | }); | 26219 | }); |
| 26220 | var wpcf7Elm = document.querySelector('.wpcf7'); | 26220 | document.addEventListener('wpcf7mailsent', function (event) { |
| 26221 | wpcf7Elm.addEventListener('wpcf7submit', function (event) { | ||
| 26222 | jQuery('.appArea.responsive').hide(); | 26221 | jQuery('.appArea.responsive').hide(); |
| 26223 | }, false); | 26222 | }, true); |
| 26224 | 26223 | ||
| 26225 | exports.Alert = alert$1; | 26224 | exports.Alert = alert$1; |
| 26226 | exports.Button = button; | 26225 | exports.Button = button; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -47,8 +47,8 @@ jQuery(document).ready(function() { | ... | @@ -47,8 +47,8 @@ jQuery(document).ready(function() { |
| 47 | 47 | ||
| 48 | 48 | ||
| 49 | 49 | ||
| 50 | var wpcf7Elm = document.querySelector( '.wpcf7' ); | 50 | |
| 51 | 51 | ||
| 52 | wpcf7Elm.addEventListener( 'wpcf7submit', function( event ) { | 52 | document.addEventListener( 'wpcf7mailsent', function( event ) { |
| 53 | jQuery('.appArea.responsive').hide(); | 53 | jQuery('.appArea.responsive').hide(); |
| 54 | }, false ); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 54 | }, true ); | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment