e9988ff8 by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 27d449b9
......@@ -20740,7 +20740,6 @@
window.location.href = window.location.href + '?_sft_category=news';
} else if (this.value == 'events') {
$('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked');
new URLSearchParams(window.location.search);
$('form input[type="radio"][name="_sft_category[]"][value="events"]').attr('checked', 'checked').trigger('change');
window.location.href = window.location.href + '?_sft_category=events';
}
......
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($) {
window.location.href = window.location.href + '?_sft_category=news';
}else if (this.value == 'events') {
$('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked');
const urlParams = new URLSearchParams(window.location.search);
$('form input[type="radio"][name="_sft_category[]"][value="events"]').attr('checked', 'checked').trigger('change');
window.location.href = window.location.href + '?_sft_category=events';
}
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.535
Version: 1.0.536
*/
\ No newline at end of file
......