Showing
1 changed file
with
1 additions
and
0 deletions
@@ -31,6 +31,7 @@ $search.on('focus', function() { | @@ -31,6 +31,7 @@ $search.on('focus', function() { | ||
31 | $cancelSearch.on('touchend', function() { | 31 | $cancelSearch.on('touchend', function() { |
32 | $box.removeClass('action'); | 32 | $box.removeClass('action'); |
33 | $indexLogo.removeClass('action'); | 33 | $indexLogo.removeClass('action'); |
34 | + $search.blur(); | ||
34 | return false; | 35 | return false; |
35 | }); | 36 | }); |
36 | 37 |
-
Please register or login to post a comment