Category: Cable-Camera Systems

document.addEventListener('DOMContentLoaded', function() { var label = function() { document.querySelectorAll('button.slick-prev:not([aria-label])').forEach(function(b){ b.setAttribute('aria-label','Previous slide'); }); document.querySelectorAll('button.slick-next:not([aria-label])').forEach(function(b){ b.setAttribute('aria-label','Next slide'); }); }; label(); setTimeout(label, 1000); }); document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('img.site-logo:not([alt])').forEach(function(img){ img.setAttribute('alt','PhotoShip One'); }); });