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:
f2a7190
)
restore animated carousel
author
Greg Farough
<gregf@gnu.org>
Fri, 21 Feb 2020 20:01:36 +0000
(15:01 -0500)
committer
Greg Farough
<gregf@gnu.org>
Fri, 21 Feb 2020 20:01:36 +0000
(15:01 -0500)
2020/includes/home_js.html
patch
|
blob
|
blame
|
history
diff --git
a/2020/includes/home_js.html
b/2020/includes/home_js.html
index a0c7e12c9cea1da9540e66fcc6efec21d01686c5..6bbdf62ca569cb80fda9b428214e227b8d902185 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');
});