Showing
1 changed file
with
1 additions
and
1 deletions
@@ -110,7 +110,7 @@ $('#limit-sale').on('touchend', function(e) { | @@ -110,7 +110,7 @@ $('#limit-sale').on('touchend', function(e) { | ||
110 | } | 110 | } |
111 | }, 3000); | 111 | }, 3000); |
112 | 112 | ||
113 | - }, undefined, true); | 113 | + }, null, true); |
114 | 114 | ||
115 | $('.dialog-wrapper').off('touchstart').on('touchstart', function(para) { | 115 | $('.dialog-wrapper').off('touchstart').on('touchstart', function(para) { |
116 | para.stopPropagation(); | 116 | para.stopPropagation(); |
-
Please register or login to post a comment