Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1487 → Rev 1488

/trunk/presentations/scripts/fiche-synthese.js
637,6 → 637,9
 
// Affiche en grand sous les miniatures l'image d'organe sur laquelle on a cliqué
function afficherGrandeImageOrgane() {
if ($(this).data('id-image') === "") {
return false;
}
var grandeImage = $('#grande-image-organe').find('img'),
source = $(this).find('img').attr('src');
source = obtenirUrlMoyenFormatIdImage($(this).data('id-image'));