You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi i got a js error in your latest revision in line 641 with option buildArrows: false
i have changed the line from:
if (!o.infiniteSlides && o.stopAtEnd){
to:
if (o.buildArrows && !o.infiniteSlides && o.stopAtEnd){