Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1169 | Rev 1192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1169 Rev 1178
Line 518... Line 518...
518
$(document).on('ongletIllustrationsCharge', function() {
518
$(document).on('ongletIllustrationsCharge', function() {
519
	if (ongletIllustrationsCharge == false) {
519
	if (ongletIllustrationsCharge == false) {
520
		ongletIllustrationsCharge = true;
520
		ongletIllustrationsCharge = true;
521
		$('a.lien-images-organes.fourni').live('click', afficherOngletOrgane);
521
		$('a.lien-images-organes.fourni').live('click', afficherOngletOrgane);
522
		$('a.lien-grande-image-organe').live('click', afficherGrandeImageOrgane);
522
		$('a.lien-grande-image-organe').live('click', afficherGrandeImageOrgane);
523
		//afficherOngletOrgane(null, 'fleur');
523
		afficherOngletOrgane(null, 'fleur'); // pour que la galerie soit ouverte par défaut
524
	}
524
	}
525
});
525
});
Line 526... Line 526...
526
 
526
 
527
// Affiche les n images ayant le plus de votes, pour l'organe $tag
527
// Affiche les n images ayant le plus de votes, pour l'organe $tag