...
|
...
|
@@ -196,6 +196,8 @@ if ($('.brand-search-page').length) { |
|
|
$('<a href="' + content.searchHref + '">' + content.searchName + '</a>').appendTo('.historyList');
|
|
|
});
|
|
|
}
|
|
|
}else{
|
|
|
$('.history').css('display', 'none');
|
|
|
}
|
|
|
|
|
|
removeHistory = new Hammer($('.removeHistory')[0]);
|
...
|
...
|
|