mirror of https://github.com/apache/cloudstack.git
Create form: Store passed JSON object in select options, for plugin use
This commit is contained in:
parent
83e5ea9812
commit
beb26237bc
|
|
@ -287,6 +287,7 @@
|
|||
var $option = $('<option>')
|
||||
.appendTo($input)
|
||||
.val(_s(id))
|
||||
.data('json-obj', this)
|
||||
.html(_s(desc));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue