Skip to content

Commit

Permalink
Update build/media_source/com_menus/js/admin-item-edit_container.es6.js
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
  • Loading branch information
C-Lodder and dgrammatiko committed Feb 9, 2024
1 parent becc64a commit 539de88
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@
}
};

document.querySelectorAll('.treeselect input[type="checkbox"]').forEach((checkbox) => {
checkbox.addEventListener('click', switchState);
});
document.querySelectorAll('.treeselect input[type="checkbox"]').forEach((checkbox) => checkbox.addEventListener('click', switchState));
})(document);

0 comments on commit 539de88

Please sign in to comment.