4430fbba by Jeff Balicki

ssss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ef9910ac
......@@ -20735,15 +20735,14 @@
}
$(document).on("change", ' #top-news-select input[type="radio"][name="_sft_category[]"]', function (e) {
if (this.value == 'news') {
$('form input[type="radio"][name="_sft_category[]"][value="events"]').removeAttr('checked');
$('form input[type="radio"][name="_sft_category[]"][value="news"]').attr('checked', 'checked').trigger('change');
//$('form input[type="radio"][name="_sft_category[]"][value="events"]').removeAttr('checked');
} else if (this.value == 'events') {
$('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked');
$('form input[type="radio"][name="_sft_category[]"][value="events"]').attr('checked', 'checked').trigger('change');
//$('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked');
}
});
}
return {
init: init
};
......
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.
......@@ -98,12 +98,14 @@ var Search = (function($) {
$(document).on("change",' #top-news-select input[type="radio"][name="_sft_category[]"]', function(e){
if (this.value == 'news') {
$('form input[type="radio"][name="_sft_category[]"][value="events"]').removeAttr('checked');
$('form input[type="radio"][name="_sft_category[]"][value="news"]').attr('checked', 'checked').trigger('change');
//$('form input[type="radio"][name="_sft_category[]"][value="events"]').removeAttr('checked');
}
else if (this.value == 'events') {
$('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked');
$('form input[type="radio"][name="_sft_category[]"][value="events"]').attr('checked', 'checked').trigger('change');
//$('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked');
}
});
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.533
Version: 1.0.534
*/
\ No newline at end of file
......