dedbd2a0 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9671fa79
...@@ -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
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.440 5 Version: 1.0.441
6 */ 6 */
7 7
......