Authored by 周少峰

form delay

@@ -35,7 +35,10 @@ var helpSearch = { @@ -35,7 +35,10 @@ var helpSearch = {
35 if (e.which === 13) { 35 if (e.which === 13) {
36 if (key) { 36 if (key) {
37 _this.searchYas(key); 37 _this.searchYas(key);
38 - $helpSearchForm.submit(); 38 +
  39 + setTimeout(function() {
  40 + $helpSearchForm.submit();
  41 + },500);
39 } 42 }
40 } 43 }
41 }); 44 });