2017: speed up carousel by 30%.
authorrsiddharth <rsd@gnu.org>
Thu, 16 Mar 2017 02:18:15 +0000 (02:18 +0000)
committerrsiddharth <rsd@gnu.org>
Thu, 16 Mar 2017 02:18:15 +0000 (02:18 +0000)
* 2017/includes/home_js.html: Update file.

2017/includes/home_js.html

index eb4acefa029e65e95d19bb1c6b0f063b2e6dcd37..6bbdf62ca569cb80fda9b428214e227b8d902185 100644 (file)
@@ -1,6 +1,6 @@
 <script>
          $(document).ready(function() {
-        $('.carousel').carousel({ interval:6000 });
+        $('.carousel').carousel({ interval:4200 });
            $('.glyphicon-chevron-left').css('display','inline-block');
            $('.glyphicon-chevron-right').css('display','inline-block');
          });