mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-03 14:12:21 +00:00
Monotone-Parent: 82f96380d04412c3a15ffd57500fa486d0f62a80
Monotone-Revision: de861732de0e2d590062aa58b0990ee5de356ed5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-12T22:35:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -302,8 +302,6 @@ function resetAttendeesValue() {
|
||||
currentInput.setAttribute("uid", null);
|
||||
}
|
||||
currentInput.setAttribute("autocomplete", "off");
|
||||
//Event.observe(currentInput, "keydown", onContactKeydown.bindAsEventListener(currentInput));
|
||||
//Event.observe(currentInput, "blur", checkAttendee.bindAsEventListener(currentInput));
|
||||
}
|
||||
inputs[inputs.length - 2].setAttribute("autocomplete", "off");
|
||||
Event.observe(inputs[inputs.length - 2], "click", newAttendee);
|
||||
@@ -511,6 +509,8 @@ function prepareAttendees() {
|
||||
input.value = value;
|
||||
$(input).addClassName("textField");
|
||||
input.setAttribute("modified", "0");
|
||||
input.observe("blur", checkAttendee);
|
||||
input.observe("keydown", onContactKeydown);
|
||||
tr.appendChild(td);
|
||||
td.appendChild(input);
|
||||
displayFreeBusyForNode(input);
|
||||
|
||||
Reference in New Issue
Block a user