diff options
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/template.html b/docs/template.html index 854a8100..b6d2adf2 100644 --- a/docs/template.html +++ b/docs/template.html @@ -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) };  | 
