...
|
...
|
@@ -87,10 +87,6 @@ $('#limit-sale').on('touchend', function(e) { |
|
|
u = navigator.userAgent,
|
|
|
ifr;
|
|
|
|
|
|
var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1,
|
|
|
isIPhone = u.indexOf('iPhone') > -1,
|
|
|
isIPad = u.indexOf('iPad') > -1;
|
|
|
|
|
|
e.stopPropagation();
|
|
|
|
|
|
if(loginUrl) {
|
...
|
...
|
|