Skip to content

Commit

Permalink
removed console output in archive view
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Alpers committed Jan 24, 2025
1 parent 699fc3a commit 4ba2168
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@
// EXPAND ENTRY IF ITEM IS PARENT AND NOT ALREADY EXPANDED
$('[data-trigger="expand"]').on("click",function() {
$(this).closest('.archives-tree__expandable-icon-wrapper.-collapsed').hide();
console.log('triggered');
});

</script>
Expand Down

0 comments on commit 4ba2168

Please sign in to comment.