]> _ Git - fluidbook-html5.git/commitdiff
fix #2849 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 21 Jun 2019 08:58:30 +0000 (10:58 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 21 Jun 2019 08:58:30 +0000 (10:58 +0200)
js/libs/fluidbook/fluidbook.links.js

index 7dfb2538499b71306fe5900680bc481b8ce681af..ca916d6c8a6a65f3ffd5bc2f87dbc3dbd0cda8d8 100644 (file)
@@ -249,6 +249,7 @@ FluidbookLinks.prototype = {
     },
 
     animateContentLink: function (link) {
+        link=$(link);
         var linkElement = $(link).get(0);
         var animation = link.data('animation');
         if (animation.type === undefined || animation.type === '') {