Skip to content

Commit

Permalink
Fixed #28 bug with lightbox links in fade mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Mar 31, 2016
1 parent 8e3901c commit eff3753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rsts_default.html5
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function init() {
links.colorbox(lightboxConfig);
};

slider.on('rsts-slidestop', function(event) {
slider.on('rsts-slidestart rsts-slidestop', function(event) {
update(slider.find('a[data-lightbox]'));
});

Expand Down

0 comments on commit eff3753

Please sign in to comment.