Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 320 → Rev 321

/trunk/presentations/scripts/fiche-synthese.js
378,8 → 378,7
event.preventDefault();
$.fancybox(this,{
autoDimensions:false,
width:580,
height:'auto'
width:580
});
});
386,7 → 385,9
$('.illustration_taxon').live('click',function(event) {
if(!fancyboxinitialise) {
event.preventDefault();
$('.illustration_taxon').fancybox();
$('.illustration_taxon').fancybox({
cyclic:true
});
fancyboxinitialise = true;
$(this).click();
}