Added JS version numbers

This commit is contained in:
Max Hurl 2012-10-05 12:43:35 +01:00
parent f70a5edc1f
commit 5fd6d87a93
3 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="{{ base_url }}/js/jquery-1.8.1-min.js"></script>
<script src="{{ base_url }}/js/prettify.js"></script>
<script src="{{ base_url }}/js/bootstrap.min.js"></script>
<script src="{{ base_url }}/js/prettify-1.0.js"></script>
<script src="{{ base_url }}/js/bootstrap-2.1.1-min.js"></script>
<script>
//$('.side-nav').scrollspy()
var shiftWindow = function() { scrollBy(0, -50) };