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:
Wolfgang Sourdeau
2007-12-06 21:10:14 +00:00
5 changed files with 58 additions and 17 deletions
+1 -1
View File
@@ -920,7 +920,7 @@ function onSearchKeyDown(event) {
if (event.keyCode == 13) {
onSearchFormSubmit();
event.preventDefault();
preventDefault(event);
}
else
this.timer = setTimeout("onSearchFormSubmit()", 1000);