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/js/default.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest_framework/static/rest_framework/js/default.js b/rest_framework/static/rest_framework/js/default.js
index ecaccc0f..bc5b0292 100644
--- a/rest_framework/static/rest_framework/js/default.js
+++ b/rest_framework/static/rest_framework/js/default.js
@@ -3,3 +3,5 @@ prettyPrint();
$('.js-tooltip').tooltip({
delay: 1000
});
+
+$('#form-switcher a:first').tab('show'); \ No newline at end of file