b5a074ba by Jeff Balicki

s fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent bcbf8e38
......@@ -7510,6 +7510,9 @@
$(document).on("click", '[name="_sf_submit"]', function (e) {
console.log('submit');
$(".searchandfilter").trigger("submit");
$('#search-box-content').removeClass('show');
$('.search-box').removeClass('show');
$('.badge').show();
// history.pushState(null, null, ajax_results_url);
});
......
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.
......@@ -20,6 +20,9 @@ var Search = (function($) {
$(document).on("click", '[name="_sf_submit"]', function(e){
console.log('submit');
$(".searchandfilter").trigger("submit");
$('#search-box-content').removeClass('show');
$('.search-box').removeClass('show');
$('.badge').show();
// history.pushState(null, null, ajax_results_url);
});
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.24
Version: 1.0.25
*/
......