aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorTom Christie2014-12-10 14:29:33 +0000
committerTom Christie2014-12-10 14:29:33 +0000
commit5816c561b23c1c3403cb04bd69356ace1102e1e7 (patch)
treea787e758aabb307f0c9192a831370fd0c2cbbb08 /js
parent3b2fc6f0d076162cafebb916ae401aaae75fcbc0 (diff)
downloaddjango-rest-framework-5816c561b23c1c3403cb04bd69356ace1102e1e7.tar.bz2
Update documentation
Diffstat (limited to 'js')
-rw-r--r--js/theme.js5
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');
+
+});