]> _ Git - fluidbook-html5.git/commitdiff
fix #2228 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 Oct 2018 15:09:33 +0000 (17:09 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 Oct 2018 15:09:33 +0000 (17:09 +0200)
js/libs/fluidbook/fluidbook.links.js

index d07a19566dd8cd649c406a7e160bb43a301dddf5..88ebaa8bc20097a35a8f06b71a397bde7ceea09a 100644 (file)
@@ -551,7 +551,7 @@ FluidbookLinks.prototype = {
         var dir = 'data/links/' + $(s).data('dir') + '/';
         $.each($(s).data('images'), function (k, i) {
             var h = '<div class="slide" style="background-image: url(\'' + dir + i + '\');"></div>';
-            $this.append(h);
+            s.append(h);
         });
 
         setTimeout(function () {