diff options
| author | Tom Christie | 2014-12-10 14:29:33 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-10 14:29:33 +0000 | 
| commit | 5816c561b23c1c3403cb04bd69356ace1102e1e7 (patch) | |
| tree | a787e758aabb307f0c9192a831370fd0c2cbbb08 /js | |
| parent | 3b2fc6f0d076162cafebb916ae401aaae75fcbc0 (diff) | |
| download | django-rest-framework-5816c561b23c1c3403cb04bd69356ace1102e1e7.tar.bz2 | |
Update documentation
Diffstat (limited to 'js')
| -rw-r--r-- | js/theme.js | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/js/theme.js b/js/theme.js new file mode 100644 index 00000000..73607be5 --- /dev/null +++ b/js/theme.js @@ -0,0 +1,5 @@ +$(function(){ + +    $('pre code').parent().addClass('prettyprint well'); + +}); | 
