Skip to content

Commit

Permalink
Update build/media_source/com_cache/js/admin-cache-default.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 10, 2024
1 parent 912ff67 commit 5dc29bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/media_source/com_cache/js/admin-cache-default.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Joomla = window.Joomla || {};

document.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('.cache-entry').forEach((el) =>
el.addEventListener('click', ({ currentTarget }) => Joomla.isChecked(currentTarget.checked));
);
el.addEventListener('click', ({ currentTarget }) => Joomla.isChecked(currentTarget.checked)));
});
})(document, Joomla);

0 comments on commit 5dc29bb

Please sign in to comment.