templates/theme.html
changeset 102 d1524a27c8be
parent 99 98360a0a7797
child 108 c75d501c5601
     1.1 --- a/templates/theme.html	Sat Jan 18 10:22:04 2014 +0100
     1.2 +++ b/templates/theme.html	Sat Jan 18 10:22:25 2014 +0100
     1.3 @@ -75,16 +75,13 @@
     1.4      <script src="static/js/bootstrap.js"></script>
     1.5       <script type="text/javascript">
     1.6        $(document).ready(function() {
     1.7 -  $('#myCarousel').carousel({
     1.8 -  interval: 5000
     1.9 -  })
    1.10 -    
    1.11 -    $('#myCarousel').on('slid.bs.carousel', function() {
    1.12 +      $('#myCarousel').carousel({
    1.13 +      interval: 5000
    1.14 +      })
    1.15 +      $('#myCarousel').on('slid.bs.carousel', function() {
    1.16        //alert("slid");
    1.17 -  });
    1.18 -    
    1.19 -    
    1.20 -});
    1.21 +      });   
    1.22 +      });
    1.23      </script>
    1.24  
    1.25    </body>
Impressum Datenschutzerklärung