Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbis committed Dec 14, 2023
1 parent 176877d commit b2cc979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ $(document).ready(function() {
responsiveClass: true,
responsive: { 0: { items: 1 }, 768: { items: 2 }, 900: { items: 4 } }
});

// SEO fix
$('.owl-dot').attr('aria-hidden', 'true');

Expand Down Expand Up @@ -157,4 +158,4 @@ $('.owl-dot').attr('aria-hidden', 'true');
// portfolioIsotope.isotope({ filter: $(this).data('filter') });
// });

// })
})

0 comments on commit b2cc979

Please sign in to comment.