Skip to content

Commit

Permalink
fix: multiple slider per page
Browse files Browse the repository at this point in the history
small change when removing .active-slide class
  • Loading branch information
Mario Jäckle committed Jan 10, 2014
1 parent 9af14d8 commit dcd727b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fractionslider.jquery.json
Expand Up @@ -9,7 +9,7 @@
"imageslider",
"animation"
],
"version": "0.9.100",
"version": "0.9.101",
"author": {
"name": "Mario Jäckle | jacksbox.design",
"url": "http://jacksbox.de"
Expand Down
4 changes: 2 additions & 2 deletions jquery.fractionslider.js
@@ -1,5 +1,5 @@
/*!
* jQuery Fraction Slider v0.9.100
* jQuery Fraction Slider v0.9.101
* http://fractionslider.jacksbox.de
*
* Author: Mario Jäckle
Expand Down Expand Up @@ -433,7 +433,7 @@
}

function slideChangeControler(init) {
$('.active-slide').removeClass('active-slide');
slider.find('.active-slide').removeClass('active-slide');

if (vars.currentSlide > vars.maxSlide) {
vars.currentSlide = 0;
Expand Down

0 comments on commit dcd727b

Please sign in to comment.