equal
deleted
inserted
replaced
59 {% include "footer.html" %} |
59 {% include "footer.html" %} |
60 <!-- Bootstrap core JavaScript |
60 <!-- Bootstrap core JavaScript |
61 ================================================== --> |
61 ================================================== --> |
62 <!-- Placed at the end of the document so the pages load faster --> |
62 <!-- Placed at the end of the document so the pages load faster --> |
63 <script src="/static/js/jquery-1.10.2.min.js"></script> |
63 <script src="/static/js/jquery-1.10.2.min.js"></script> |
64 <script src="static/js/bootstrap.js"></script> |
64 <script src="/static/js/bootstrap.js"></script> |
65 <script type="text/javascript"> |
65 <script type="text/javascript"> |
66 $(document).ready(function() { |
66 $(document).ready(function() { |
67 $('#myCarousel').carousel({ |
67 $('#myCarousel').carousel({ |
68 interval: 5000 |
68 interval: 5000 |
69 }) |
69 }) |