Commit 56117691 by Tom Christie

Merge branch 'restframework2' of…

Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2
parents 30867703 e37a1a1d
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
if (location.hash) shiftWindow(); if (location.hash) shiftWindow();
window.addEventListener("hashchange", shiftWindow); window.addEventListener("hashchange", shiftWindow);
$('.dropdown-menu').click(function(event) { $('.dropdown-menu').on('click touchstart', function(event) {
event.stopPropagation(); event.stopPropagation();
}); });
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment