Our phone system is currently down. We apologize for the inconvenience and are working to resolve the issue as quickly as possible. Please stay tuned for updates and thank you for your patience.

let closeNotificationButton = document.getElementById("btn-close-notification"); let notificationBar = document.getElementById("notification-bar"); closeNotificationButton.addEventListener("click", hideNotificationBar); function hideNotificationBar() { notificationBar.style.display = "none"; };

Day: February 4, 2019

Skip to content