Loading...
function hideIES(){ const iesContain = document.querySelector(".leviton-ies__comp"); if(iesContain){ const cssStyle = ``; iesContain.insertAdjacentHTML("beforebegin", cssStyle); } } window.addEventListener("DOMContentLoaded", hideIES,false);