aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/static
diff options
context:
space:
mode:
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
+});