Authored by uedxwg

update

@@ -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