webui: UI crashed for non store based enumerations
This commit is contained in:
parent
c8a2bc0b54
commit
f720eb35e2
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ tvheadend.IdNodeField = function (conf)
|
|||
|
||||
var st = this.store;
|
||||
return function (v) {
|
||||
if (st) {
|
||||
if (st && st.find) {
|
||||
var t = []
|
||||
var d;
|
||||
if (v.push)
|
||||
|
|
Loading…
Add table
Reference in a new issue