aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorAlec Perkins2012-09-07 14:12:29 -0400
committerAlec Perkins2012-09-07 14:12:29 -0400
commit7f681d72fcd7b637cf4976c7e381c382b852958c (patch)
tree6f8cf2f75a0e5a9b7c11688f9486a67b52140935 /docs/template.html
parentaabb26e598a0eeb604a4d33270d23e324c95ba5d (diff)
downloaddjango-rest-framework-7f681d72fcd7b637cf4976c7e381c382b852958c.tar.bz2
[docs] Update jQuery to 1.8.1
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html
index f4a8edb9..42d030d3 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -101,7 +101,7 @@
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <script src="{{ base_url }}/js/jquery.js"></script>
+ <script src="{{ base_url }}/js/jquery-1.8.1-min.js"></script>
<script src="{{ base_url }}/js/bootstrap-dropdown.js"></script>
<script src="{{ base_url }}/js/bootstrap-scrollspy.js"></script>
<script src="{{ base_url }}/js/bootstrap-collapse.js"></script>