From 39c22ca1339b0b86dc2258bee004448f2dece554 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 13 May 2025 17:48:38 +0200 Subject: [PATCH] wait #7535 @1.5 --- js/libs/fluidbook/fluidbook.mobilefirst.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.mobilefirst.js b/js/libs/fluidbook/fluidbook.mobilefirst.js index d0594bcd..9dcf1692 100644 --- a/js/libs/fluidbook/fluidbook.mobilefirst.js +++ b/js/libs/fluidbook/fluidbook.mobilefirst.js @@ -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; -- 2.39.5