diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 44bf704b..82987205 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -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)