Skip to content

Commit

Permalink
Remove some curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Feb 9, 2024
1 parent 7ece318 commit 912ff67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/media_source/com_content/js/articles-status.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
'use strict';

document.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('.article-status').forEach((element) =>
document.querySelectorAll('.article-status').forEach((element) => {
element.addEventListener('click', (event) => event.stopPropagation());
);
});
});
})();

0 comments on commit 912ff67

Please sign in to comment.