d4af5f92 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f47b5413
...@@ -26452,13 +26452,13 @@ ...@@ -26452,13 +26452,13 @@
26452 $('form input[type="radio"][name="_sft_category[]"][value="events"]').removeAttr('checked'); 26452 $('form input[type="radio"][name="_sft_category[]"][value="events"]').removeAttr('checked');
26453 setTimeout(function () { 26453 setTimeout(function () {
26454 myLazyLoad.update(); 26454 myLazyLoad.update();
26455 }, 100); 26455 }, 200);
26456 } else if (this.value == 'events') { 26456 } else if (this.value == 'events') {
26457 $('form input[type="radio"][name="_sft_category[]"][value="events"]').attr('checked', 'checked').trigger('change'); 26457 $('form input[type="radio"][name="_sft_category[]"][value="events"]').attr('checked', 'checked').trigger('change');
26458 $('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked'); 26458 $('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked');
26459 setTimeout(function () { 26459 setTimeout(function () {
26460 myLazyLoad.update(); 26460 myLazyLoad.update();
26461 }, 100); 26461 }, 200);
26462 } 26462 }
26463 }); 26463 });
26464 }); 26464 });
......
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($) { ...@@ -100,14 +100,14 @@ jQuery(document).ready(function($) {
100 $('form input[type="radio"][name="_sft_category[]"][value="events"]').removeAttr('checked'); 100 $('form input[type="radio"][name="_sft_category[]"][value="events"]').removeAttr('checked');
101 setTimeout(function(){ 101 setTimeout(function(){
102 myLazyLoad.update(); 102 myLazyLoad.update();
103 }, 100); 103 }, 200);
104 } 104 }
105 else if (this.value == 'events') { 105 else if (this.value == 'events') {
106 $('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');
107 $('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked'); 107 $('form input[type="radio"][name="_sft_category[]"][value="news"]').removeAttr('checked');
108 setTimeout(function(){ 108 setTimeout(function(){
109 myLazyLoad.update(); 109 myLazyLoad.update();
110 }, 100); 110 }, 200);
111 } 111 }
112 }); 112 });
113 113
......
...@@ -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.529 5 Version: 1.0.530
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......