This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
isundil
/
secretsanta
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
05a208fb71
Branches
Tags
master
secretsanta
/
pub
/
js
/
app.js
app.js
99 B
Historique
Raw
1
2
3
$(".spoiler-trigger").click(function() {
$(this).parent().parent().next().collapse('toggle');
});