merge of '7e27ec483444357e415f6b2215558bf38eeb8ca3'

and 'de861732de0e2d590062aa58b0990ee5de356ed5'

Monotone-Parent: 7e27ec483444357e415f6b2215558bf38eeb8ca3
Monotone-Parent: de861732de0e2d590062aa58b0990ee5de356ed5
Monotone-Revision: 8aee58cb522e068aa5eaadc2f96fd18a32e8c998

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-13T15:46:57
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-13 15:46:57 +00:00

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);