mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-25 16:12:44 +00:00
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:
@@ -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));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user