Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1423 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1423 Rev 1431
Line 31... Line 31...
31
		$('#smartflore-illustrations-galerie-carousel img').each(function(index) {
31
		$('#smartflore-illustrations-galerie-carousel img').each(function(index) {
32
			var src = $(this).attr('src');
32
			var src = $(this).attr('src');
33
			$(this).attr('src', src.replace('S', taille));
33
			$(this).attr('src', src.replace('S', taille));
34
		});
34
		});
35
	}
35
	}
-
 
36
 
-
 
37
	$('#collapse-partenaires').on('shown.bs.collapse', function () {
-
 
38
		  $("html, body").animate({ scrollTop: $(document).height() }, "fast");
-
 
39
	});
-
 
40
 
36
});
41
});
37
42