fd238da7 by Jeff Balicki

js fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 9f8e8c2f
......@@ -7513,7 +7513,7 @@
$('.searching-loading').show();
setTimeout(() => {
window.location.href = window.location.href;
}, "100");
}, "1000");
});
$(document).on("click", ".advance-search-button", function (e) {
$('#search-box-content').addClass('show');
......
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.
......@@ -23,7 +23,7 @@ var Search = (function($) {
$('.searching-loading').show();
setTimeout(() => {
window.location.href = window.location.href
}, "100");
}, "1000");
});
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.30
Version: 1.0.31
*/
......