Skip to content

Commit

Permalink
A11y: bugfix JS var openSubnav = modxcms#16612
Browse files Browse the repository at this point in the history
  • Loading branch information
jenswittmann authored and opengeek committed Sep 23, 2024
1 parent cfc0643 commit 45831d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manager/assets/modext/core/modx.layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ Ext.extend(MODx.Layout, Ext.Viewport, {
}
}
});
var openSubnav =
buttons[i].addEventListener('click', function(e) {
e.stopPropagation();
el.focusRestoreEls.push(this.querySelectorAll('a')[0]);
Expand Down

0 comments on commit 45831d0

Please sign in to comment.