Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: add missing window title for grid edit windows
  • Loading branch information
perexg committed Jan 25, 2016
1 parent 9be8881 commit f3f66a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/webui/static/app/idnode.js
Expand Up @@ -1858,7 +1858,8 @@ tvheadend.idnode_grid = function(panel, conf)
} else {
tvheadend.idnode_editor_win(uilevel, {
selections: select.getSelections(),
params: conf.edit && conf.edit.params ? conf.edit.params : null
params: conf.edit && conf.edit.params ? conf.edit.params : null,
titleS: conf.titleS
});
}
}
Expand Down

0 comments on commit f3f66a0

Please sign in to comment.