27b22b76 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 689817d6
......@@ -20732,7 +20732,7 @@
$('#full-width-page-wrapper #content').css('opacity', '0');
setTimeout(() => {
window.location.href = window.location.href;
}, "1000");
}, "3000");
});
$(document).on("click", ".advance-search-button", function (e) {
$('.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($) {
$('#full-width-page-wrapper #content').css('opacity', '0');
setTimeout(() => {
window.location.href = window.location.href
}, "1000");
}, "3000");
});
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.42
Version: 1.0.43
*/
\ No newline at end of file
......