Merge branch 'stable' of ssh://vcs.fsf.org/libreplanet-static into stable
[libreplanet-static.git] / 2016 / includes / home_js.html
CommitLineData
18446bbb 1<script>
2 $(document).ready(function() {
3 $('.carousel').carousel({ interval:6000 });
4 $('.glyphicon-chevron-left').css('display','inline-block');
5 $('.glyphicon-chevron-right').css('display','inline-block');
6 });
7</script>