aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTom Christie2012-09-17 20:20:27 +0100
committerTom Christie2012-09-17 20:20:27 +0100
commit5611769162a022dd7f297074089fe62a4d7f00b1 (patch)
tree2773980d2b98538e540af170d276ccaeec1ed2c1 /docs
parent308677037f1b1f2edbd2527beac8505033c98bdc (diff)
parente37a1a1db20f81d9eac99d2e4b84a03935a3be7d (diff)
downloaddjango-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.html2
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>