контакты.js 144 B

1234
  1. function showStaffContacts() {
  2. var staffContacts = document.getElementById("staff-contacts");
  3. staffContacts.style.display = "block";
  4. }