Back to Blog Posts

WHMCS Version 8.7.2 Released

By David / April 26th, 2023

Test across Chrome, Firefox, and Safari to ensure the "top" positioning works.

// click outside modal background to close if (modalEl) modalEl.addEventListener('click', (e) => if (e.target === modalEl) closeModal();