Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 317 Rev 321
Line 376... Line 376...
376
	
376
	
377
	$('.lien_popup').live('click',function(event) {
377
	$('.lien_popup').live('click',function(event) {
378
		event.preventDefault();
378
		event.preventDefault();
379
		$.fancybox(this,{
379
		$.fancybox(this,{
380
			autoDimensions:false,
380
			autoDimensions:false,
381
			width:580,
-
 
382
			height:'auto'
381
			width:580
383
		});
382
		});
Line 384... Line 383...
384
	});
383
	});
385
	
384
	
386
	$('.illustration_taxon').live('click',function(event) {
385
	$('.illustration_taxon').live('click',function(event) {
387
		if(!fancyboxinitialise) {
386
		if(!fancyboxinitialise) {
-
 
387
			event.preventDefault();
-
 
388
			$('.illustration_taxon').fancybox({
388
			event.preventDefault();
389
				cyclic:true
389
			$('.illustration_taxon').fancybox();
390
			});
390
			fancyboxinitialise = true;
391
			fancyboxinitialise = true;
391
			$(this).click();
392
			$(this).click();