diff --git a/scripts/aem.js b/scripts/aem.js index 8380180e..2e376bf8 100644 --- a/scripts/aem.js +++ b/scripts/aem.js @@ -411,7 +411,6 @@ function capitalizeWords(str) { */ function decorateButtons(element) { element.querySelectorAll('a').forEach((a) => { - a.title = a.title || a.textContent; if (a.href !== a.textContent) { const up = a.parentElement; const twoup = a.parentElement.parentElement;