Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/woothemes/FlexSlider int…
Browse files Browse the repository at this point in the history
…o clean-develop
  • Loading branch information
mattyza committed Jul 2, 2013
2 parents f934b0a + 671f34c commit a1e90bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jquery.flexslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@

// public methods
slider.flexAnimate = function(target, pause, override, withSync, fromNav) {
if (target !== slider.currentSlide) {
if (!slider.vars.animationLoop && target !== slider.currentSlide) {
slider.direction = (target > slider.currentSlide) ? "next" : "prev";
}

Expand Down

0 comments on commit a1e90bf

Please sign in to comment.