Tous les sites du département de la santé de Tulsa seront fermés le vendredi 3 avril en raison du Vendredi saint. Ils rouvriront le lundi 6 avril à 8h00.

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

Auteur : admin