Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 501 → Rev 502

/trunk/presentations/scripts/fiche-synthese.js
543,6 → 543,10
 
//Initialisation
$(document).ready(function() {
$('#zone_onglets li a').each(function() {
this.href = this.href.replace(/index\.php/, "service.php");
});
lierModulesEtOnglets();
$('#ongletEtPlus').show();