Employee Portal — Independence Assistance
Independence Assistance team

Employee Portal

Everything you need, all in one place.

tags when pasting into WPCode. ============================================================ */ function openModal(id) { document.getElementById(id).classList.add('open'); } function closeModal(id) { document.getElementById(id).classList.remove('open'); } document.addEventListener('keydown', function(e) { if (e.key === 'Escape') { document.querySelectorAll('.modal-overlay.open').forEach(function(m) { m.classList.remove('open'); }); } });;