webui: UI crashed for non store based enumerations

This commit is contained in:
Adam Sutton 2013-09-19 20:45:25 +01:00
parent c8a2bc0b54
commit f720eb35e2

View file

@ -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)