Showing
1 changed file
with
0 additions
and
3 deletions
@@ -105,8 +105,6 @@ function searchInput() { | @@ -105,8 +105,6 @@ function searchInput() { | ||
105 | if ($keyword.val().length) { | 105 | if ($keyword.val().length) { |
106 | $icon.css('color', '#444'); | 106 | $icon.css('color', '#444'); |
107 | 107 | ||
108 | - // $searchResult.css('margin-bottom', '6rem'); | ||
109 | - | ||
110 | // $(this).closest('.search-box').css('width', '11.25rem'); | 108 | // $(this).closest('.search-box').css('width', '11.25rem'); |
111 | $searchAction.show().find('.clear-text').show(); | 109 | $searchAction.show().find('.clear-text').show(); |
112 | } else { | 110 | } else { |
@@ -262,7 +260,6 @@ $(window).resize(function() { | @@ -262,7 +260,6 @@ $(window).resize(function() { | ||
262 | }); | 260 | }); |
263 | 261 | ||
264 | (function() { | 262 | (function() { |
265 | - | ||
266 | if ($('.banner-top').length === 0) { | 263 | if ($('.banner-top').length === 0) { |
267 | let h1 = $('.gender-nav').height(); | 264 | let h1 = $('.gender-nav').height(); |
268 | let h2 = $('.newbrand-search').height(); | 265 | let h2 = $('.newbrand-search').height(); |
-
Please register or login to post a comment