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

ISTWCMS-5650:Remove console.log testing code

parent 31fdaf11
No related branches found
No related tags found
1 merge request!273Feature/istwcms 5650 m26lebla owl carousel replacement
......@@ -40,10 +40,8 @@
// Handle keyboard navigation for Flickity pagination dots.
var dots = $carousel.find('.flickity-page-dots .dot').toArray(); // var dots = $carousel.find('.flickity-page-dots .dot').toArray();
console.log(numOfItems + ' : ' + dots.length);
if (dots.length === 0 || dots.length === 1) {
alert('here');
$carousel.find('.flickity-button').addClass('hide');
}
......
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