...
|
...
|
@@ -343,7 +343,7 @@ if (!orderInfo('address_id')) { |
|
|
}
|
|
|
|
|
|
$('.delivery-id').on('touchend', 'li', function(event) {
|
|
|
if ($(this).find('i').hasClass('no-support')) {
|
|
|
if ($(this).hasClass('no-support')) {
|
|
|
return false;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -452,7 +452,7 @@ $subBlock.on('touchstart', 'li', function() { |
|
|
return true;
|
|
|
}
|
|
|
|
|
|
if ($(this).find('i').hasClass('no-support')) {
|
|
|
if ($(this).hasClass('no-support')) {
|
|
|
return false;
|
|
|
}
|
|
|
|
...
|
...
|
|