Skip to content

Commit

Permalink
Fix team visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Sep 10, 2024
1 parent b8732e2 commit 5bce123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/js/_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ $(function() {
$(".author__urls#urls-DamianMiralles").toggleClass("is--visible");
$(".author__urls-wrapper").find("button#DamianMiralles").toggleClass("open");
});
$(".author__urls-wrapper").find("button#XavierGuerrero").on("click", function () {
$(".author__urls#urls-XavierGuerrero").toggleClass("is--visible");
$(".author__urls-wrapper").find("button#XavierGuerrero").toggleClass("open");
});
$(".author__urls-wrapper").find("button#AntonioRamosdeTorres").on("click", function () {
$(".author__urls#urls-AntonioRamosdeTorres").toggleClass("is--visible");
$(".author__urls-wrapper").find("button#AntonioRamosdeTorres").toggleClass("open");
Expand Down
2 changes: 1 addition & 1 deletion assets/js/main.min.js

Large diffs are not rendered by default.

0 comments on commit 5bce123

Please sign in to comment.