Merge pull request #257 from wvengen/feature-touchclick
Better workaround for touch devices
This commit is contained in:
commit
6e0489b25f
7 changed files with 84 additions and 24 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue