From f720eb35e2fc8097a87f1d2fa4b04ad823ac5046 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Thu, 19 Sep 2013 20:45:25 +0100 Subject: [PATCH] webui: UI crashed for non store based enumerations --- src/webui/static/app/idnode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)