WEBUI JS: Fix null error in idnode_grid..
This commit is contained in:
parent
800949ab0a
commit
6b71fb0388
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue