Showing
1 changed file
with
1 additions
and
1 deletions
@@ -32,7 +32,7 @@ $cancelSearch.on('touchstart', function() { | @@ -32,7 +32,7 @@ $cancelSearch.on('touchstart', function() { | ||
32 | $box.removeClass('action'); | 32 | $box.removeClass('action'); |
33 | $indexLogo.removeClass('action'); | 33 | $indexLogo.removeClass('action'); |
34 | 34 | ||
35 | - $search.blur(); | 35 | + // $search.blur(); |
36 | }); | 36 | }); |
37 | 37 | ||
38 | $searchBox.children('.clear-text').on('touchstart', function() { | 38 | $searchBox.children('.clear-text').on('touchstart', function() { |
-
Please register or login to post a comment