Skip to content

Commit

Permalink
Merge pull request #130 from sezuan/fix-preloader
Browse files Browse the repository at this point in the history
fixes preloader
  • Loading branch information
icewind1991 committed Dec 2, 2014
2 parents 6376342 + 4a6c01a commit 549cba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/slideshow.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jQuery.fn.slideShow.showImage = function (url, preloadUrl, fallBack, preloadFall
}
if (preloadUrl) {
jQuery.fn.slideShow.loadImage(
fallBack,
preloadUrl,
preloadFallBack
);
}
Expand Down

0 comments on commit 549cba4

Please sign in to comment.