Merge pull request #257 from wvengen/feature-touchclick

Better workaround for touch devices
This commit is contained in:
wvengen 2014-02-03 06:33:27 -08:00
commit 6e0489b25f
7 changed files with 84 additions and 24 deletions

View file

@ -36,7 +36,7 @@
update_delta(this);
});
$(document).on('click', '#order_articles .unlocker', unlock_receive_input_field);
$(document).on('touchclick', '#order_articles .unlocker', unlock_receive_input_field);
$(function() {
$('input[data-units-expected]').each(function() {