Skip to content

Commit

Permalink
Explanatory comment added.
Browse files Browse the repository at this point in the history
  • Loading branch information
siiriylonen committed Oct 15, 2024
1 parent c8d88f2 commit 7fc44cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/finna2/js/finna-organisation-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ finna.organisationInfo = (function finnaOrganisationInfo() {
if (buttonWrapper) {
var moreBtn = buttonWrapper.querySelector('.more-btn');
moreBtn.addEventListener('click', () => {
// Focus set in truncate.js shifted from .less-btn to opened truncated element
elem.focus();
});
}
Expand Down

0 comments on commit 7fc44cc

Please sign in to comment.