From 8a2ef61f8ba89e645813ca25db677f4b4de4085f Mon Sep 17 00:00:00 2001 From: "Michael Spellacy (Spell)" Date: Thu, 29 Aug 2024 12:25:19 -0400 Subject: [PATCH] Update init.js --- a11y/init.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a11y/init.js b/a11y/init.js index 47f33cb..a6bba95 100644 --- a/a11y/init.js +++ b/a11y/init.js @@ -65,8 +65,6 @@ loadA11yPatch("https://services.tmpwebeng.com/component-library/language-pack.js a11yObserver.timeout = setTimeout(function() { - console.log("%c MagicBullet: Accessibility Patch v2.0 in use. ", "background: #6e00ee; color: #fff"); - initDynamicPatch(); a11yObserver.observe(targetNode, config); @@ -106,6 +104,8 @@ loadA11yPatch("https://services.tmpwebeng.com/component-library/language-pack.js function initDynamicPatch() { + console.log("%c MagicBullet: Accessibility Patch v2.0 in use. ", "background: #6e00ee; color: #fff"); + fixAltAttribute(); fixAppliedFilter(); fixDataForm();