Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1595 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1595 Rev 1602
Line 547... Line 547...
547
			var img = document.createElement('img');
547
			var img = document.createElement('img');
548
			img.src = $(this).attr('alt');
548
			img.src = $(this).attr('alt');
549
			$(this).replaceWith(img);
549
			$(this).replaceWith(img);
550
		});
550
		});
551
	}
551
	}
-
 
552
	gererClicIllustrationsFiche();
552
});
553
});