Showing
1 changed file
with
0 additions
and
4 deletions
@@ -87,10 +87,6 @@ $('#limit-sale').on('touchend', function(e) { | @@ -87,10 +87,6 @@ $('#limit-sale').on('touchend', function(e) { | ||
87 | u = navigator.userAgent, | 87 | u = navigator.userAgent, |
88 | ifr; | 88 | ifr; |
89 | 89 | ||
90 | - var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1, | ||
91 | - isIPhone = u.indexOf('iPhone') > -1, | ||
92 | - isIPad = u.indexOf('iPad') > -1; | ||
93 | - | ||
94 | e.stopPropagation(); | 90 | e.stopPropagation(); |
95 | 91 | ||
96 | if(loginUrl) { | 92 | if(loginUrl) { |
-
Please register or login to post a comment