]> _ Git - fluidbook-html5.git/commitdiff
wait #8042 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 12 Mar 2026 14:46:55 +0000 (15:46 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 12 Mar 2026 14:46:55 +0000 (15:46 +0100)
js/libs/fluidbook/fluidbook.links.js

index 7f4fec8ee85cbfc89116355ce40b54b7ba43307e..6d7ce5ca08eccce9ffdd01a14e17e5e0e32f4d49 100644 (file)
@@ -436,7 +436,7 @@ FluidbookLinks.prototype = {
                     }
 
                     setTimeout(function () {
-                        if ($(l).is('[data-animation-hide]') && !$(l).hasClass('show')) {
+                        if ($(l).is('[data-animations]') && !$(l).hasClass('show')) {
                             $this.animateContentLink($(l), true, true);
                         }
                         $(l).addClass('show');