Skip to content

Commit

Permalink
add more accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
a-usr committed Jun 20, 2024
1 parent 082069b commit e56a279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions memes/de/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h3 class="text-3xl sm:text-4xl lg:text-5xl">The DNA of the soul</h3>
},
dataType: "html"
})
document.documentElement.setAttribute('lang', "en");
});
$("#sources").click((event)=>{
$.ajax({
Expand Down
1 change: 1 addition & 0 deletions memes/en/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h3 class="text-3xl sm:text-4xl lg:text-5xl">The DNA of the soul</h3>
},
dataType: "html"
})
document.documentElement.setAttribute('lang', "de");
});
$("#sources").click((event)=>{
$.ajax({
Expand Down

0 comments on commit e56a279

Please sign in to comment.