Skip to content
Snippets Groups Projects
Commit 41b60579 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5710: coding standards

parent 091867b1
No related branches found
No related tags found
1 merge request!19Feature/istwcms 5710 ebremner fix linting
......@@ -99,7 +99,7 @@
}
for (let menu of menus) {
document.addEventListener('click', function(e) {
document.addEventListener('click', function (e) {
let isClickInside = menu.contains(e.target);
if (!isClickInside && menu.querySelector('.submenu-active')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment