Skip to content

Commit

Permalink
Merge pull request stevenwanderski#1119 from waissbluth/fix-1118
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmenhuseyin authored Apr 4, 2017
2 parents 62dd3db + be74abd commit e67c6e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/jquery.bxslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1427,9 +1427,8 @@
value = slider.settings.mode === 'horizontal' ? -(position.left - moveBy) : -position.top;
// plugin values to be animated
setPositionProperty(value, 'slide', slider.settings.speed);
} else {
slider.working = false;
}
slider.working = false;
}
if (slider.settings.ariaHidden) { applyAriaHiddenAttributes(slider.active.index * getMoveBy()); }
};
Expand Down

0 comments on commit e67c6e1

Please sign in to comment.