Skip to content

Commit

Permalink
removed the title from all the blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
teshukatepalli1 committed Nov 21, 2023
1 parent 29fda6d commit e2575a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/aem.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e2575a8

Please sign in to comment.