Skip to content

Commit

Permalink
Update init.js
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspellacy committed Aug 29, 2024
1 parent 98f5157 commit 8a2ef61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions a11y/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 8a2ef61

Please sign in to comment.