mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-09 21:45:26 +00:00
See Changelog.
Monotone-Parent: 77e266118db7711a96eaa7860269a06901b65f60 Monotone-Revision: 94f2ed96085c3727eb5efe03791eae4789e00e1d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-10-14T19:34:31 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -27,6 +27,7 @@ var SOGoAutoCompletionInterface = {
|
||||
this.menu = $('contactsMenu');
|
||||
this.writeAttribute("autocomplete", "off");
|
||||
this.writeAttribute("container", null);
|
||||
this.confirmedValue = null;
|
||||
this.observe("keydown", this.onKeydown.bindAsEventListener(this));
|
||||
this.observe("blur", this.onBlur.bindAsEventListener(this));
|
||||
},
|
||||
@@ -142,7 +143,7 @@ var SOGoAutoCompletionInterface = {
|
||||
if (input.animationParent)
|
||||
startAnimation(input.animationParent);
|
||||
document.contactLookupAjaxRequest =
|
||||
triggerAjaxRequest(urlstr, input.performSearchCallback.bind(input), input);
|
||||
triggerAjaxRequest(urlstr, input.performSearchCallback.bind(input), input);
|
||||
}
|
||||
else {
|
||||
if (document.currentPopupMenu)
|
||||
|
||||
Reference in New Issue
Block a user