]> _ Git - fluidbook-html5.git/commitdiff
#2228 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 Oct 2018 16:24:14 +0000 (18:24 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 Oct 2018 16:24:14 +0000 (18:24 +0200)
js/libs/fluidbook/fluidbook.links.js

index c74816c8b3fcc2c169cb1de0b7f25a2d36921a8f..4adf8dad18cb0002d43338098484645d2417272f 100644 (file)
@@ -538,7 +538,7 @@ FluidbookLinks.prototype = {
         });
         $(".inlineslideshow").each(function () {
             if ($(this).is(':visible')) {
-                $__this.initSlideshow(this);
+                $__this.initSlideshow($(this));
             } else {
                 var $s = $(this);
                 $(this).closest('.link').on('fluidbook.link.show', function () {