Todas las oficinas del Departamento de Salud de Tulsa permanecerán cerradas el viernes 3 de abril en conmemoración del Viernes Santo. Reabriremos el lunes 6 de abril a las 8:00 a. m.

let closeNotificationButton = document.getElementById("btn-close-notificación"); let notificationBar = document.getElementById("barra de notificaciones"); closeNotificationButton.addEventListener("hacer clic", hideNotificationBar); función hideNotificationBar() { notificationBar.style.display = "ninguno"; };

Autor: admin