mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +01:00
LSformElement_jsonCompositeAttribute : fix JS clear value method
This commit is contained in:
parent
ccd932d5c0
commit
68d6d2b6e1
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ var LSformElement_jsonCompositeAttribute_field_value_component = new Class({
|
||||||
this.select.selectedIndex=-1;
|
this.select.selectedIndex=-1;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this.values.each(function(value) {
|
Object.each(this.values, function(value) {
|
||||||
value.clear();
|
value.clear();
|
||||||
}, this);
|
}, this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue