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:
Francis Lachapelle
2007-11-12 22:35:25 +00:00
parent 9b5553e678
commit a9e9741acb
+2 -2
View File
@@ -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);