contao-components / swipe

JavaScript touch slider with additional dot menu
5 stars 2 forks source link

Changed child iteration in menu function to querySelector #6

Closed bohnmedia closed 5 years ago

bohnmedia commented 5 years ago

When I tried to add a container around "slider-menu" for additional styling the dot generation didn't work anymore.

The menu function that adds functionality to the containers with the class names "slider-prev", "slider-next" and "slider-menu" only considered direct child elements of "slider-control". Changed it to querySelector for more flexibility on modifications in "ce_sliderStop.html5".

leofeyer commented 5 years ago

Thank you @bohnmedia.