...
|
...
|
@@ -28,11 +28,10 @@ $search.on('focus', function() { |
|
|
}
|
|
|
});
|
|
|
|
|
|
$cancelSearch.on('touchstart', function() {
|
|
|
$cancelSearch.on('touchend', function() {
|
|
|
$box.removeClass('action');
|
|
|
$indexLogo.removeClass('action');
|
|
|
|
|
|
// $search.blur();
|
|
|
return false;
|
|
|
});
|
|
|
|
|
|
$searchBox.children('.clear-text').on('touchstart', function() {
|
...
|
...
|
|