Monotone-Parent: ac86bf6af212996c20d42a2d5075ed984200b34c

Monotone-Revision: 74220fe29f9fafe1f0463c9877d6a9f47436e728

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-04-15T20:12:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-04-15 20:12:51 +00:00
parent 20e2fea98b
commit 7c2e82cef8
16 changed files with 1147 additions and 1153 deletions

View File

@@ -11,7 +11,7 @@ Form.Element.Methods._replicate = function(element) {
Form.Element.Methods.assignReplica = function(element, otherInput) {
element = $(element);
if (!element._onChangeBound) {
Event.observe(element, "change", element._replicate, false);
element.observe("change", element._replicate, false);
element._onChangeBound = true;
}
element.replica = otherInput;