aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/static
diff options
context:
space:
mode:
authorTom Christie2012-09-20 17:44:34 +0100
committerTom Christie2012-09-20 17:44:34 +0100
commitd9cba6398e2323b8d8cd34f791442528517e01b4 (patch)
tree4a8d378584e10c669acee2574fbd47f38f35785f /rest_framework/static
parentf4670c89969503919cd597529f19174e67acd388 (diff)
downloaddjango-rest-framework-d9cba6398e2323b8d8cd34f791442528517e01b4.tar.bz2
Clean up bits of templates etc
Diffstat (limited to 'rest_framework/static')
-rw-r--r--rest_framework/static/rest_framework/css/default.css (renamed from rest_framework/static/rest_framework/css/style.css)0
-rw-r--r--rest_framework/static/rest_framework/js/default.js5
2 files changed, 5 insertions, 0 deletions
diff --git a/rest_framework/static/rest_framework/css/style.css b/rest_framework/static/rest_framework/css/default.css
index cfd41460..cfd41460 100644
--- a/rest_framework/static/rest_framework/css/style.css
+++ b/rest_framework/static/rest_framework/css/default.css
diff --git a/rest_framework/static/rest_framework/js/default.js b/rest_framework/static/rest_framework/js/default.js
new file mode 100644
index 00000000..ecaccc0f
--- /dev/null
+++ b/rest_framework/static/rest_framework/js/default.js
@@ -0,0 +1,5 @@
+prettyPrint();
+
+$('.js-tooltip').tooltip({
+ delay: 1000
+});