mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-17 11:27:59 +00:00
Monotone-Parent: c876bc15eeddfe59f4ede0428eb109b94086ffdb
Monotone-Revision: f4db30ef74d0df8b212b89bceeb05e6dd3c57874 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-06T16:04:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -920,7 +920,7 @@ function onSearchKeyDown(event) {
|
|||||||
|
|
||||||
if (event.keyCode == 13) {
|
if (event.keyCode == 13) {
|
||||||
onSearchFormSubmit();
|
onSearchFormSubmit();
|
||||||
event.preventDefault();
|
preventDefault(event);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
this.timer = setTimeout("onSearchFormSubmit()", 1000);
|
this.timer = setTimeout("onSearchFormSubmit()", 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user