diff options
| author | Alec Perkins | 2012-09-07 14:12:29 -0400 |
|---|---|---|
| committer | Alec Perkins | 2012-09-07 14:12:29 -0400 |
| commit | 7f681d72fcd7b637cf4976c7e381c382b852958c (patch) | |
| tree | 6f8cf2f75a0e5a9b7c11688f9486a67b52140935 /docs/template.html | |
| parent | aabb26e598a0eeb604a4d33270d23e324c95ba5d (diff) | |
| download | django-rest-framework-7f681d72fcd7b637cf4976c7e381c382b852958c.tar.bz2 | |
[docs] Update jQuery to 1.8.1
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 2 |
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> |
