From c85f799ade0710dd27838e8bfc78989c80213d6a Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 12 Sep 2012 10:12:13 +0100 Subject: Updating docs --- docs/template.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs/template.html') diff --git a/docs/template.html b/docs/template.html index c8cfbbab..f20aabac 100644 --- a/docs/template.html +++ b/docs/template.html @@ -47,15 +47,18 @@
  • Requests
  • Responses
  • Views
  • +
  • Generic views
  • Parsers
  • Renderers
  • Serializers
  • Authentication
  • Permissions
  • Throttling
  • +
  • Content negotiation
  • +
  • Format suffixes
  • +
  • Returning URLs
  • Exceptions
  • Status codes
  • -
  • Returning URLs
  • Settings
  • @@ -112,5 +115,9 @@ var shiftWindow = function() { scrollBy(0, -50) }; if (location.hash) shiftWindow(); window.addEventListener("hashchange", shiftWindow); + + $('.dropdown-menu').click(function(event) { + event.stopPropagation(); + }); \ No newline at end of file -- cgit v1.2.3