forked from extern/egroupware
Keep current value if provided
This commit is contained in:
parent
835ad5b322
commit
23394e9e76
@ -1202,6 +1202,10 @@ var et2_vfsSelect = (function(){ "use strict"; return et2_inputWidget.extend(
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
set_value: function(value) {
|
||||||
|
this.value = value;
|
||||||
|
},
|
||||||
|
|
||||||
getValue: function() {
|
getValue: function() {
|
||||||
return this.value;
|
return this.value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user