restore animated carousel
authorGreg Farough <gregf@gnu.org>
Fri, 21 Feb 2020 20:01:36 +0000 (15:01 -0500)
committerGreg Farough <gregf@gnu.org>
Fri, 21 Feb 2020 20:01:36 +0000 (15:01 -0500)
2020/includes/home_js.html

index a0c7e12c9cea1da9540e66fcc6efec21d01686c5..6bbdf62ca569cb80fda9b428214e227b8d902185 100644 (file)
@@ -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');
          });