jQuery(function($){ if ( window.location.pathname === "/" || document.body.classList.contains("home") ) { setTimeout(function(){ const popupTrigger = $('a[href="popuprentree"]'); if (popupTrigger.length) { popupTrigger.trigger('click'); } }, 2000); } });