On July 1, we asked customers to reduce the discretionary use of water specifically by discontinuing residential car washing, refraining from filling and topping off pools and by limiting irrigation to two days a week.
document.addEventListener('DOMContentLoaded', function () {
const observer = new MutationObserver(() => {
document.querySelectorAll('.jetpack-instant-search__search-result-expanded__image').forEach(img => {
if (!img.hasAttribute('alt')) {
img.setAttribute('alt', '');
}
});
});
observer.observe(document.body, {
childList: true,
subtree: true
});
});