scripts.js 353 B

1234567
  1. /*!
  2. * Start Bootstrap - Business Casual v6.0.0 (https://startbootstrap.com/theme/business-casual)
  3. * Copyright 2013-2021 Start Bootstrap
  4. * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-casual/blob/master/LICENSE)
  5. */
  6. // Highlights current date on contact page
  7. $('.list-hours li').eq(new Date().getDay()).addClass('today');