Skip to content

Commit

Permalink
Update main.js (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenhitchon authored Jun 12, 2024
1 parent fcd3314 commit b2c8363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (!Element.prototype.closest) {

function initSite() {
const accordions = document.querySelectorAll('.js-accordion')
const backTop = document.querySelectorAll('.js-back-to-top')
const backTop = document.querySelectorAll('button.js-back-to-top')
const carousel = document.querySelectorAll('.js-carousel')
const closeSearchButton = document.querySelectorAll('.js-close-search')
const datePicker = document.querySelectorAll('.js-date-input')
Expand Down

0 comments on commit b2c8363

Please sign in to comment.