Skip to content

Commit

Permalink
Merge branch 'v2' into development
Browse files Browse the repository at this point in the history
* v2:
  redirección del botón "unirse!"
  • Loading branch information
aitanadev committed Mar 11, 2018
2 parents 7968b5c + 39558da commit 63d5373
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,7 @@
}

avatarsRef.once("value", addGuilders);
document.querySelector(".join").addEventListener("click", joinTheCommunity);
document.querySelector(".join").addEventListener("click", function(){
window.location.href = "/guilds";
});
}))();

0 comments on commit 63d5373

Please sign in to comment.