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>