mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Consume enter keypress in search to prevent browser from triggering clicks on link button.
This commit is contained in:
parent
122ca4ade9
commit
22210227b7
@ -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