mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
af18bceab7
commit
9b271c3b14
@ -53,10 +53,12 @@ define(function(require) {
|
||||
return templateJSON;
|
||||
}
|
||||
|
||||
function _retrieveInput(value) {
|
||||
return (value instanceof $)
|
||||
? value.val()
|
||||
: TemplateUtils.escapeDoubleQuotes( value );
|
||||
function _retrieveInput(input) {
|
||||
return TemplateUtils.escapeDoubleQuotes(
|
||||
(input instanceof $)
|
||||
? input.val()
|
||||
: input
|
||||
);
|
||||
}
|
||||
|
||||
// TODO: wizard_field_64 for fill method
|
||||
|
Loading…
x
Reference in New Issue
Block a user