projects
/
libreplanet-static.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into stable
[libreplanet-static.git]
/
2017
/
includes
/
home_js.html
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>