Increase the time of each carousel item to 10000

This commit is contained in:
nemunaire 2014-01-21 17:49:17 +01:00
parent 0c33d83131
commit 939e6d994d
1 changed files with 1 additions and 1 deletions

View File

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