Hopp til hovedinnhold

Retningslinjer for informasjonskapsler

document.addEventListener('DOMContentLoaded', function() { 2 const headings = document.querySelectorAll('h1, h2, h3'); 3   4 headings.forEach(function(heading) { 5 if (heading.textContent.trim() === 'Om Bryn Byggklima') { 6 heading.textContent = 'Derfor finnes vi'; 7 } 8 }); 9 }); 10