mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Create form: Store passed JSON object in select options, for plugin use
This commit is contained in:
parent
664e5e3190
commit
4c4cfe5e13
@ -284,6 +284,7 @@
|
||||
var $option = $('<option>')
|
||||
.appendTo($input)
|
||||
.val(_s(id))
|
||||
.data('json-obj', this)
|
||||
.html(_s(desc));
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user