diff --git a/docs/template.html b/docs/template.html
index 127978d27..4ac94f404 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();
});