]> _ Git - fluidbook-html5.git/commitdiff
wip #5138 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 2 Mar 2022 12:44:03 +0000 (13:44 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 2 Mar 2022 12:44:03 +0000 (13:44 +0100)
js/libs/fluidbook/fluidbook.links.js

index c1f65e9fc286657a0798b254a0b422395e82006d..6b5b235ae48206e7f4dc337edd3b66af64786834 100644 (file)
@@ -517,7 +517,7 @@ FluidbookLinks.prototype = {
         }
         var $this = this;
 
-        $("#currentDoublePage,#links").find('.contentLink[data-animations]').each(function () {
+        $("#currentDoublePage,#links").find('[data-animations]').each(function () {
             $this.animateContentLink($(this), true);
         });
     },