Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 485 Rev 502
Line 541... Line 541...
541
// Initialisation
541
// Initialisation
542
var fancyboxinitialise = false;
542
var fancyboxinitialise = false;
Line 543... Line 543...
543
 
543
 
544
//Initialisation
544
//Initialisation
-
 
545
$(document).ready(function() {
-
 
546
	$('#zone_onglets li a').each(function() { 
-
 
547
		this.href = this.href.replace(/index\.php/, "service.php");
-
 
548
	});
545
$(document).ready(function() {
549
	
Line 546... Line 550...
546
	lierModulesEtOnglets();
550
	lierModulesEtOnglets();
Line 547... Line 551...
547
	
551