mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 15:30:25 +01:00
Keep current value if provided
This commit is contained in:
parent
0b6968447a
commit
ad669ad334
@ -1190,6 +1190,10 @@ var et2_vfsSelect = (function(){ "use strict"; return et2_inputWidget.extend(
|
||||
}
|
||||
},
|
||||
|
||||
set_value: function(value) {
|
||||
this.value = value;
|
||||
},
|
||||
|
||||
getValue: function() {
|
||||
return this.value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user