Commit 4dfdd945 authored by Erik Huisman's avatar Erik Huisman

Stop propagation for touch devices too

parent e9d6e143
......@@ -241,7 +241,7 @@
this.$select.change();
}, this));
$('ul li a', this.$container).on('click', function(event) {
$('ul li a', this.$container).on('touchstart click', function(event) {
event.stopPropagation();
});
......
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