Authored by 周少峰

form delay

... ... @@ -35,7 +35,10 @@ var helpSearch = {
if (e.which === 13) {
if (key) {
_this.searchYas(key);
$helpSearchForm.submit();
setTimeout(function() {
$helpSearchForm.submit();
},500);
}
}
});
... ...