]> _ Git - fluidbook-html5.git/commitdiff
wait #7866 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 2 Jan 2026 18:03:28 +0000 (19:03 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 2 Jan 2026 18:03:28 +0000 (19:03 +0100)
js/libs/fluidbook/fluidbook.accessibility.js

index fb233ae776953b25a7c6ec7d5e3a23f132b92d34..12e4d382378eb6c254e460abc023e6c8cfe7c50d 100644 (file)
@@ -207,7 +207,7 @@ FluidbookAccessibility.prototype = {
             text: this.fluidbook.l10n.__("Active visual and textual aids: alternative texts, audio descriptions, explanatory tooltips."),
             name: 'accessiblecontents',
             icon: 'icon-accessible-contents',
-            if: true || this.fluidbook.settings.hasAccessibleLink,
+            if: this.fluidbook.settings.hasAccessibleLink,
         }];
 
         let showSettings = false;