Authored by hf

Merge remote-tracking branch 'origin/hotfix'

... ... @@ -31,6 +31,7 @@ $search.on('focus', function() {
$cancelSearch.on('touchend', function() {
$box.removeClass('action');
$indexLogo.removeClass('action');
$search.blur();
return false;
});
... ...