b5a074ba by Jeff Balicki

s fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent bcbf8e38
...@@ -7510,6 +7510,9 @@ ...@@ -7510,6 +7510,9 @@
7510 $(document).on("click", '[name="_sf_submit"]', function (e) { 7510 $(document).on("click", '[name="_sf_submit"]', function (e) {
7511 console.log('submit'); 7511 console.log('submit');
7512 $(".searchandfilter").trigger("submit"); 7512 $(".searchandfilter").trigger("submit");
7513 $('#search-box-content').removeClass('show');
7514 $('.search-box').removeClass('show');
7515 $('.badge').show();
7513 // history.pushState(null, null, ajax_results_url); 7516 // history.pushState(null, null, ajax_results_url);
7514 }); 7517 });
7515 7518
......
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($) { ...@@ -20,6 +20,9 @@ var Search = (function($) {
20 $(document).on("click", '[name="_sf_submit"]', function(e){ 20 $(document).on("click", '[name="_sf_submit"]', function(e){
21 console.log('submit'); 21 console.log('submit');
22 $(".searchandfilter").trigger("submit"); 22 $(".searchandfilter").trigger("submit");
23 $('#search-box-content').removeClass('show');
24 $('.search-box').removeClass('show');
25 $('.badge').show();
23 // history.pushState(null, null, ajax_results_url); 26 // history.pushState(null, null, ajax_results_url);
24 }); 27 });
25 28
......
...@@ -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.24 5 Version: 1.0.25
6 */ 6 */
......