diff options
| author | Max Hurl | 2012-10-05 12:43:35 +0100 | 
|---|---|---|
| committer | Max Hurl | 2012-10-05 12:43:35 +0100 | 
| commit | 5fd6d87a93b998f853a673db947e226bb9b9943b (patch) | |
| tree | cad73f2b800e4ffc94ec56fc3b42ba29c38d99ea /docs/template.html | |
| parent | f70a5edc1f538d80c507a776ea670b01adee06f0 (diff) | |
| download | django-rest-framework-5fd6d87a93b998f853a673db947e226bb9b9943b.tar.bz2 | |
Added JS version numbers
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) };  | 
