the carousel's interval changed to 6secs.
authorrsiddharth <rsd@gnu.org>
Mon, 7 Oct 2013 17:28:37 +0000 (22:58 +0530)
committerrsiddharth <rsd@gnu.org>
Mon, 7 Oct 2013 17:28:37 +0000 (22:58 +0530)
server/staging/lpc14/index.html

index d3be1bd351b3aa36e84a862b5ac39fed2ce0ece2..3b42887cb75bdf96997265c6510d0cd58dc80c5f 100644 (file)
@@ -94,7 +94,7 @@
                  <div class="col-sm-9"> <!-- start of carousel column -->
 
                        <!-- start of carousel -->
-                       <div id="lpc-carousel" class="carousel slide" data-ride="carousel">
+                       <div id="lpc-carousel" class="carousel slide">
                          
                          <!-- wrapper for slides -->
                          <ul class="carousel-inner list-unstyled">
          * @licend  The above is the entire license notice for the JavaScript code in this page.
          **/
          $(document).ready(function() {
+        $('.carousel').carousel({ interval:6000 });
            $('.glyphicon-chevron-left').css('display','inline-block');
            $('.glyphicon-chevron-right').css('display','inline-block');
          });