See ChangeLog

Monotone-Parent: e273bb34274750526c6120e794b93dbb265681f0
Monotone-Revision: 51ae133015c75bd8a41f4433161a2453843b1e5d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-06-17T21:38:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-06-17 21:38:12 +00:00
parent 0685c97b53
commit c7d305e36f
3 changed files with 47 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ var SOGoAutoCompletionInterface = {
bind: function () {
this.menu = $('contactsMenu');
this.writeAttribute("autocomplete", "off");
this.writeAttribute("container", null);
this.observe("keydown", this.onKeydown.bindAsEventListener(this));
this.observe("blur", this.onBlur.bindAsEventListener(this));
},