diff options
| author | Tom Christie | 2014-12-08 09:07:57 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-08 09:07:57 +0000 | 
| commit | b440bd74be12f8676024ce0771c960ea37a4568b (patch) | |
| tree | 436abe4085db9b7de3658e6437bc6cc436ee8343 /rest_framework/static | |
| parent | 9879a5dcdc2e99dc2ebd23cd093a3e7ccec318fd (diff) | |
| parent | 0c0d65d23294d6976a3d7f9d47eb4b67440e908e (diff) | |
| download | django-rest-framework-b440bd74be12f8676024ce0771c960ea37a4568b.tar.bz2 | |
Merge pull request #2187 from loic/cosmetic_fixes
Cosmetic fixes in the API browser HTML.
Diffstat (limited to 'rest_framework/static')
| -rw-r--r-- | rest_framework/static/rest_framework/js/default.js | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/rest_framework/static/rest_framework/js/default.js b/rest_framework/static/rest_framework/js/default.js index bcb1964d..c8812132 100644 --- a/rest_framework/static/rest_framework/js/default.js +++ b/rest_framework/static/rest_framework/js/default.js @@ -24,7 +24,8 @@ prettyPrint();  // Bootstrap tooltips.  $('.js-tooltip').tooltip({ -    delay: 1000 +    delay: 1000, +    container: 'body'  });  // Deal with rounded tab styling after tab clicks.  | 
