47860bac by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent d4af5f92
......@@ -26452,13 +26452,13 @@
$('form input[type="radio"][name="_sft_category[]"][value="events"]').removeAttr('checked');
setTimeout(function () {
myLazyLoad.update();
}, 200);
}, 1000);
} else if (this.value == 'events') {
$('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');
setTimeout(function () {
myLazyLoad.update();
}, 200);
}, 1000);
}
});
});
......
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.
......@@ -100,14 +100,14 @@ jQuery(document).ready(function($) {
$('form input[type="radio"][name="_sft_category[]"][value="events"]').removeAttr('checked');
setTimeout(function(){
myLazyLoad.update();
}, 200);
}, 1000);
}
else if (this.value == 'events') {
$('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');
setTimeout(function(){
myLazyLoad.update();
}, 200);
}, 1000);
}
});
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.530
Version: 1.0.532
*/
\ No newline at end of file
......