Showing
1 changed file
with
1 additions
and
1 deletions
@@ -569,7 +569,7 @@ define('yohood', function(require, exports) { | @@ -569,7 +569,7 @@ define('yohood', function(require, exports) { | ||
569 | }); | 569 | }); |
570 | } | 570 | } |
571 | 571 | ||
572 | - if($(".share").offset().top + $('.share').outerHeight() > maxH){; | 572 | + if($(".share").offset().top + $('.share').outerHeight() > maxH && navigator.userAgent.indexOf('iPad') === -1){; |
573 | $(".share").css({ | 573 | $(".share").css({ |
574 | 'position': 'absolute', | 574 | 'position': 'absolute', |
575 | 'top': maxH - $('.share').outerHeight() - 10 | 575 | 'top': maxH - $('.share').outerHeight() - 10 |
-
Please register or login to post a comment