We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664e5e3 commit 4c4cfe5Copy full SHA for 4c4cfe5
1 file changed
ui/scripts/ui/dialog.js
@@ -284,6 +284,7 @@
284
var $option = $('<option>')
285
.appendTo($input)
286
.val(_s(id))
287
+ .data('json-obj', this)
288
.html(_s(desc));
289
});
290
0 commit comments