Skip to content
Snippets Groups Projects
Commit 9e63335f authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-5650: Fix indexing of carousel object in js for ff

parent 0b3bee24
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
var flkty = $carousel.data('flickity');
// Handle keyboard navigation for Flickity pagination dots.
var dots = document.querySelectorAll('.uw-ff w.flickity-page-dots .dot');
var dots = document.querySelectorAll('.uw-ff .flickity-page-dots .dot');
if (!dots.length) {
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment