d4af5f92 by Jeff Balicki

qa

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