Monotone-Parent: f1b87d4db17a8caa13d51a72ad2dfbc796ac7d8f

Monotone-Revision: f584f3f14a5068b2832a02797f1f2468d9232033

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-12-05T21:05:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-12-05 21:05:04 +00:00
parent f431b1f55f
commit 2c665af66c
9 changed files with 127 additions and 131 deletions
+6 -1
View File
@@ -918,7 +918,12 @@ function onSearchKeyDown(event) {
if (this.timer)
clearTimeout(this.timer);
this.timer = setTimeout("onSearchFormSubmit()", 1000);
if (event.keyCode == 13) {
onSearchFormSubmit();
event.preventDefault();
}
else
this.timer = setTimeout("onSearchFormSubmit()", 1000);
}
function onSearchFormSubmit(event) {