Commit 91dd61fc authored by David Stutz's avatar David Stutz

Merge pull request #63 from erikhuisman/patch-1

Stop propagation for touch devices, too.
parents 22225674 4dfdd945
......@@ -242,7 +242,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