This commit is contained in:
Alec Perkins 2012-09-17 07:03:38 -07:00
commit 4ecb26997a

View File

@ -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>