Home » application

Latest Articles

-
00:00
00:00
Update Required Flash plugin
-
00:00
00:00
Close
Promotion
Download the Hirist app Discover roles tailored just for you
Download App
document.addEventListener('DOMContentLoaded', function() { var params = new URLSearchParams(window.location.search); var cta = document.getElementById('hiristAppPromo'); var closeBtn = document.getElementById('closeHiristAppPromo'); if (!cta) return; // Helper to force-hide CTA, overriding CSS !important function hideCta() { cta.classList.add('hirist-cta-force-hide'); } // 1) Fallback: if opened from app, hide CTA and stop if (params.get('app') === 'hirist') { hideCta(); return; } // 2) Normal web traffic: close button should hide CTA if (closeBtn) { closeBtn.addEventListener('click', function(e) { e.preventDefault(); hideCta(); }); } });