e9988ff8 by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 27d449b9
...@@ -20740,7 +20740,6 @@ ...@@ -20740,7 +20740,6 @@
20740 window.location.href = window.location.href + '?_sft_category=news'; 20740 window.location.href = window.location.href + '?_sft_category=news';
20741 } else if (this.value == 'events') { 20741 } else if (this.value == 'events') {
20742 $('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked'); 20742 $('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked');
20743 new URLSearchParams(window.location.search);
20744 $('form input[type="radio"][name="_sft_category[]"][value="events"]').attr('checked', 'checked').trigger('change'); 20743 $('form input[type="radio"][name="_sft_category[]"][value="events"]').attr('checked', 'checked').trigger('change');
20745 window.location.href = window.location.href + '?_sft_category=events'; 20744 window.location.href = window.location.href + '?_sft_category=events';
20746 } 20745 }
......
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.
...@@ -103,7 +103,6 @@ var Search = (function($) { ...@@ -103,7 +103,6 @@ var Search = (function($) {
103 window.location.href = window.location.href + '?_sft_category=news'; 103 window.location.href = window.location.href + '?_sft_category=news';
104 }else if (this.value == 'events') { 104 }else if (this.value == 'events') {
105 $('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked'); 105 $('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked');
106 const urlParams = new URLSearchParams(window.location.search);
107 $('form input[type="radio"][name="_sft_category[]"][value="events"]').attr('checked', 'checked').trigger('change'); 106 $('form input[type="radio"][name="_sft_category[]"][value="events"]').attr('checked', 'checked').trigger('change');
108 window.location.href = window.location.href + '?_sft_category=events'; 107 window.location.href = window.location.href + '?_sft_category=events';
109 } 108 }
......
...@@ -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.535 5 Version: 1.0.536
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......