Charlotte Water is hosting the 3rd Annual NC AWWA-WEA Model Water Tower Competition.
Register today!
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
});
});