]> _ Git - fluidbook-html5.git/commitdiff
wait #7535 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 May 2025 15:48:38 +0000 (17:48 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 13 May 2025 15:48:38 +0000 (17:48 +0200)
js/libs/fluidbook/fluidbook.mobilefirst.js

index d0594bcd3136b2c0e9545d0d06c925e8e02459e2..9dcf169292608a55cc57530712c5b9b5ebcde5bf 100644 (file)
@@ -70,7 +70,7 @@ FluidbookMobileFirst.prototype = {
         if (delay === undefined) {
             delay = 800;
         }
-        $("#links .link:not(.revealed):visible, .clinks [data-animations]:not(.revealed)").each(function () {
+        $("#links .link:not(.revealed):visible, .clinks [data-animations]:not(.revealed), .ctlinks [data-animations]:not(.revealed)").each(function () {
             var rect = $(this).get(0).getBoundingClientRect();
             if (rect.top === 0 && rect.left === 0 && rect.width === 0 && rect.height === 0) {
                 return;