Showing
1 changed file
with
1 additions
and
1 deletions
@@ -196,7 +196,7 @@ if ($('.brand-search-page').length) { | @@ -196,7 +196,7 @@ if ($('.brand-search-page').length) { | ||
196 | $('<a href="' + content.searchHref + '">' + content.searchName + '</a>').appendTo('.historyList'); | 196 | $('<a href="' + content.searchHref + '">' + content.searchName + '</a>').appendTo('.historyList'); |
197 | }); | 197 | }); |
198 | } | 198 | } |
199 | - }else{ | 199 | + } else { |
200 | $('.history').css('display', 'none'); | 200 | $('.history').css('display', 'none'); |
201 | } | 201 | } |
202 | 202 |
-
Please register or login to post a comment