Showing
3 changed files
with
2 additions
and
8 deletions
@@ -513,10 +513,3 @@ $('.nav-tap').on('click', function(e) { | @@ -513,10 +513,3 @@ $('.nav-tap').on('click', function(e) { | ||
513 | 513 | ||
514 | location.replace($cur.data('url')); | 514 | location.replace($cur.data('url')); |
515 | }); | 515 | }); |
516 | - | ||
517 | -setTimeout(function() { | ||
518 | - | ||
519 | - if ($('#top-downloadbar').html() && $('#top-downloadbar').html().length !== 0) { | ||
520 | - $('.no-order').css('margin-top', '-2.3rem'); | ||
521 | - } | ||
522 | -}, 200); |
-
Please register or login to post a comment