Authored by hf

Merge remote-tracking branch 'origin/hotfix'

@@ -28,11 +28,10 @@ $search.on('focus', function() { @@ -28,11 +28,10 @@ $search.on('focus', function() {
28 } 28 }
29 }); 29 });
30 30
31 -$cancelSearch.on('touchstart', function() { 31 +$cancelSearch.on('touchend', function() {
32 $box.removeClass('action'); 32 $box.removeClass('action');
33 $indexLogo.removeClass('action'); 33 $indexLogo.removeClass('action');
34 -  
35 - // $search.blur(); 34 + return false;
36 }); 35 });
37 36
38 $searchBox.children('.clear-text').on('touchstart', function() { 37 $searchBox.children('.clear-text').on('touchstart', function() {