Skip to content

Commit

Permalink
Fixed load first slide bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Kunka authored and Patrick Kunka committed May 7, 2013
1 parent 12db45b commit 163b984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jquery.easyfader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/jquery.easyfader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* EASYFADER - An Ultralight Fading Slideshow For Responsive Layouts
* Version: 1.1
* Version: 1.2
* License: Creative Commons Attribution 3.0 Unported - CC BY 3.0
* http://creativecommons.org/licenses/by/3.0/
* This software may be used freely on commercial and non-commercial projects with attribution to the author/copyright holder.
Expand Down Expand Up @@ -112,7 +112,7 @@
changeSlides(target);
});
var $pagers = $pagerList.find('.page');
animateSlides(null, 0);
animateSlides(1, 0);
});
}
};
Expand Down

0 comments on commit 163b984

Please sign in to comment.