safe parsing for input_map_choices in ui
parent
1c08c6debe
commit
f366f7b0bb
|
@ -618,7 +618,7 @@ function importIntoMonitorEditor(options){
|
|||
input_map_choices = monitorDetails.input_map_choices;
|
||||
}
|
||||
$.each(input_map_choices,function(n,v){
|
||||
$.each(v,function(m,b){
|
||||
$.each(safeJsonParse(v),function(m,b){
|
||||
var parent = $('[input-mapping="'+n+'"] .choices')
|
||||
drawInputMapSelectorHtml(b,parent)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue