mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
merge of 'b68be9f250b22568280f0f3fe29f6b42ed225aa1'
and 'c4ca1fc9171a84aed3074955c7d96c02bf3ae9ad' Monotone-Parent: b68be9f250b22568280f0f3fe29f6b42ed225aa1 Monotone-Parent: c4ca1fc9171a84aed3074955c7d96c02bf3ae9ad Monotone-Revision: 6753ccaa7526439dbf30f82e0fd9724d49478e83 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-06T21:10:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -920,7 +920,7 @@ function onSearchKeyDown(event) {
|
||||
|
||||
if (event.keyCode == 13) {
|
||||
onSearchFormSubmit();
|
||||
event.preventDefault();
|
||||
preventDefault(event);
|
||||
}
|
||||
else
|
||||
this.timer = setTimeout("onSearchFormSubmit()", 1000);
|
||||
|
||||
Reference in New Issue
Block a user