87.5 F
San Fernando
Friday, May 9, 2025

Business Groups Express Concern About Mask Mandate

Five area business groups have sent a letter of concern to the Public Health Department of Los Angeles County saying the recent abrupt reimposition of the mask mandate was burdensome to businesses and may disincentive the unvaccinated from getting the jab.The letter stated the mask mandate, imposed more than a week ago, “was announced mere days before it was to take effect, with no opportunity for input or warning for the business community.” It left Los Angeles County’s “hundreds of thousands of businesses unsure of regulations, with very little time to plan, prepare or develop strategies for the implementation of this new policy.“Businesses were left with less than 48 hours to buy signage and change protocols for staff and customers. For many businesses in the county, the new mandate is sparking confusion – and potentially violent pushback – from customers.”The letter, dated July 23, was sent by the Valley Industry and Commerce Association along with the Greater San Fernando Valley Chamber of Commerce, the Central City Association, the Hollywood Chamber of Commerce and the United Chambers of Commerce. It was sent to the health department and the members of the Los Angeles County Board of Supervisors.There has been no response yet.The letter stated that about 99 percent of the recent COVID-19 cases are among unvaccinated persons. The letter said: “We are concerned that this mask mandate will have a negative effect on these critical vaccination efforts, as it disincentivizes vaccination for the almost 40 percent of eligible, unvaccinated residents.”It also pointed out that the health department’s mandate puts it at odds with state and federal guidance, which recommend that vaccinated individuals do not need to wear masks in most settings.“We urge you to develop an outreach strategy and clear requirements for businesses well in advance of any upcoming changes to pandemic response policy,” the letter stated.“Please take your time to work with businesses that these mandates impact – the businesses who are struggling to recover from the first lockdown. Our county’s businesses cannot sustain additional closures, and we are very concerned that without feedback, the county will continue to force rushed policies with little notice.”

Featured Articles

Related Articles

' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->