disable carousel animation
authorGreg Farough <gregf@fsf.org>
Wed, 18 Sep 2019 16:13:57 +0000 (12:13 -0400)
committerGreg Farough <gregf@fsf.org>
Wed, 18 Sep 2019 16:13:57 +0000 (12:13 -0400)
2020/includes/home_js.html

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