webui (idnode.js): If some key is not preset, show the key itself

This commit is contained in:
Jaroslav Kysela 2014-06-16 17:44:41 +02:00
parent 0e6c46aa0f
commit 163ec92059

View file

@ -175,6 +175,8 @@ tvheadend.IdNodeField = function(conf)
var nv = st.getAt(r).get('val');
if (nv)
t.push(nv);
} else {
t.push(d[i]);
}
}
v = t.join(',');