Skip to content
Snippets Groups Projects
Commit c00776b3 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

ISTWCMS-7250: code standards

parent 69655891
No related branches found
No related tags found
1 merge request!45Feature/istwcms 7250 kpaxman info bar update
document.addEventListener('click', function(event) {
document.addEventListener('click', function (event) {
const detailsElements = document.querySelectorAll('details[name="uw-roles"]');
detailsElements.forEach(details => {
if (!details.contains(event.target)) {
......
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