diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 9608274f..a40ce66b 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -917,7 +917,8 @@ tvheadend.idnode_grid = function(panel, conf) }; var update2 = function(o) { - grid.getView().refresh(); + if (grid) + grid.getView().refresh(); }; function build(d)