Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 221 Rev 222
Line 355... Line 355...
355
			if (ongletsDefaut.indexOf(ongletEnCours.titre) == -1) {
355
			if (ongletsDefaut.indexOf(ongletEnCours.titre) == -1) {
356
				ongletEnCours.afficherCacherModule();	
356
				ongletEnCours.afficherCacherModule();	
357
			}
357
			}
358
		}
358
		}
Line -... Line 359...
-
 
359
		
-
 
360
		$('.lien-onglet').parent().each(function() {
-
 
361
			$(this).attr("title",$(this).children("a").text());
-
 
362
		});
359
		
363
		
360
		redimensionnerOnglets();
364
		redimensionnerOnglets();
361
	});
365
	});
362
</script>
366
</script>