Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
build latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RwwL committed Feb 27, 2018
1 parent 52a483e commit bb9fd47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/js/jquery.flexslider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@
slider.addSlide = function(obj, pos) {
var $obj = $(obj);

slider.count += 1;
slider.count += $obj.length;
slider.last = slider.count - 1;

// append new slide
Expand Down
Loading

0 comments on commit bb9fd47

Please sign in to comment.