diff options
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html index e6c9078a..4ac94f40 100644 --- a/docs/template.html +++ b/docs/template.html @@ -68,6 +68,7 @@ <ul class="dropdown-menu"> <li><a href="{{ base_url }}/topics/csrf{{ suffix }}">Working with AJAX and CSRF</a></li> <li><a href="{{ base_url }}/topics/formoverloading{{ suffix }}">Browser based PUT, PATCH and DELETE</a></li> + <li><a href="{{ base_url }}/topics/browsable-api{{ suffix }}">Working with the browsable API</a></li> <li><a href="{{ base_url }}/topics/contributing{{ suffix }}">Contributing to REST framework</a></li> <li><a href="{{ base_url }}/topics/credits{{ suffix }}">Credits</a></li> </ul> @@ -117,7 +118,7 @@ if (location.hash) shiftWindow(); window.addEventListener("hashchange", shiftWindow); - $('.dropdown-menu').click(function(event) { + $('.dropdown-menu').on('click touchstart', function(event) { event.stopPropagation(); }); </script> |
