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:
Francis Lachapelle
2010-10-14 19:34:31 +00:00
parent 4a9bc9ddb8
commit 68bf422281
4 changed files with 27 additions and 18 deletions
+2 -1
View File
@@ -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)