Showing
2 changed files
with
2 additions
and
1 deletions
@@ -26,7 +26,7 @@ $('.address-item').on('touchend', function() { | @@ -26,7 +26,7 @@ $('.address-item').on('touchend', function() { | ||
26 | } | 26 | } |
27 | }); | 27 | }); |
28 | 28 | ||
29 | -$confimMod.on('touchend', '.cancel', function(e) { | 29 | +$confimMod.on('touchend', '.cancel', function() { |
30 | selectId = null; | 30 | selectId = null; |
31 | $confimMod.fadeOut(); | 31 | $confimMod.fadeOut(); |
32 | return false; | 32 | return false; |
-
Please register or login to post a comment