diff options
| author | Tom Christie | 2012-09-17 20:20:27 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-17 20:20:27 +0100 |
| commit | 5611769162a022dd7f297074089fe62a4d7f00b1 (patch) | |
| tree | 2773980d2b98538e540af170d276ccaeec1ed2c1 /docs | |
| parent | 308677037f1b1f2edbd2527beac8505033c98bdc (diff) | |
| parent | e37a1a1db20f81d9eac99d2e4b84a03935a3be7d (diff) | |
| download | django-rest-framework-5611769162a022dd7f297074089fe62a4d7f00b1.tar.bz2 | |
Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html index 127978d2..4ac94f40 100644 --- a/docs/template.html +++ b/docs/template.html @@ -118,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> |
