Our Blog

document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('.e-n-tabs-heading .e-n-tab-title').forEach(function(tab) { tab.addEventListener('click', function(e) { var scrollPos = window.scrollY; setTimeout(function() { window.scrollTo(0, scrollPos); }, 0); }); }); });