Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1594 Rev 1595
Line 281... Line 281...
281
	$('a.lien_retour_synthese').click(function(event) {
281
	$('a.lien_retour_synthese').click(function(event) {
282
		$('#onglet_synthese a').click();
282
		$('#onglet_synthese a').click();
283
		event.preventDefault();
283
		event.preventDefault();
284
	});
284
	});
Line 285... Line -...
285
	
-
 
286
	$(window).resize(function() {
-
 
287
		redimensionnerOnglets();
-
 
288
	});
-
 
289
	redimensionnerOnglets();
-
 
290
	
285
	
291
	if($("#bloc-fiche").length > 0) {
286
	if($("#bloc-fiche").length > 0) {
292
		// initialisation de l'url avec l'onglet par défaut ou bien 
287
		// initialisation de l'url avec l'onglet par défaut ou bien 
293
		// celui qui a été explicitement demandé
288
		// celui qui a été explicitement demandé
294
		mettreAJourUrl(permalienNumNom+"-"+onglet, onglet);
289
		mettreAJourUrl(permalienNumNom+"-"+onglet, onglet);