Increase the time of each carousel item to 10000

This commit is contained in:
nemunaire 2014-01-21 17:49:17 +01:00
commit 939e6d994d

View file

@ -48,7 +48,7 @@
update_end(); update_end();
$(document).ready(function() { $(document).ready(function() {
$('#carousel-team').carousel({ $('#carousel-team').carousel({
interval: 2000 }); interval: 10000 });
}); });
</script> </script>
{/block} {/block}