mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Consume enter keypress in search to prevent browser from triggering clicks on link button.
This commit is contained in:
parent
c4c78e0375
commit
865ba17efb
@ -695,7 +695,7 @@ var et2_link_entry = et2_inputWidget.extend(
|
||||
self.search.autocomplete("option","minLength", 0);
|
||||
self.search.autocomplete("search");
|
||||
self.search.autocomplete("option","minLength", self.minimum_characters);
|
||||
e.stopPropagation();
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user