projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36a119e
)
disable carousel animation
author
Greg Farough
<gregf@fsf.org>
Wed, 18 Sep 2019 16:13:57 +0000
(12:13 -0400)
committer
Greg Farough
<gregf@fsf.org>
Wed, 18 Sep 2019 16:13:57 +0000
(12:13 -0400)
2020/includes/home_js.html
patch
|
blob
|
blame
|
history
diff --git
a/2020/includes/home_js.html
b/2020/includes/home_js.html
index 6bbdf62ca569cb80fda9b428214e227b8d902185..a0c7e12c9cea1da9540e66fcc6efec21d01686c5 100644
(file)
--- a/
2020/includes/home_js.html
+++ b/
2020/includes/home_js.html
@@
-1,6
+1,6
@@
<script>
$(document).ready(function() {
- $('.carousel').carousel({ interval:4200 });
+
//
$('.carousel').carousel({ interval:4200 });
$('.glyphicon-chevron-left').css('display','inline-block');
$('.glyphicon-chevron-right').css('display','inline-block');
});