27b22b76 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 689817d6
...@@ -20732,7 +20732,7 @@ ...@@ -20732,7 +20732,7 @@
20732 $('#full-width-page-wrapper #content').css('opacity', '0'); 20732 $('#full-width-page-wrapper #content').css('opacity', '0');
20733 setTimeout(() => { 20733 setTimeout(() => {
20734 window.location.href = window.location.href; 20734 window.location.href = window.location.href;
20735 }, "1000"); 20735 }, "3000");
20736 }); 20736 });
20737 $(document).on("click", ".advance-search-button", function (e) { 20737 $(document).on("click", ".advance-search-button", function (e) {
20738 $('.badge').hide(); 20738 $('.badge').hide();
......
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.
...@@ -84,7 +84,7 @@ var Search = (function($) { ...@@ -84,7 +84,7 @@ var Search = (function($) {
84 $('#full-width-page-wrapper #content').css('opacity', '0'); 84 $('#full-width-page-wrapper #content').css('opacity', '0');
85 setTimeout(() => { 85 setTimeout(() => {
86 window.location.href = window.location.href 86 window.location.href = window.location.href
87 }, "1000"); 87 }, "3000");
88 }); 88 });
89 89
90 90
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
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.42 5 Version: 1.0.43
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......