From: Jaroslav Kysela Date: Mon, 25 Jan 2016 08:31:34 +0000 (+0100) Subject: WEBUI: add missing window title for grid edit windows X-Git-Tag: v4.2.1~1128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3f66a05a3be0e796c0d024d047417b230d0c03f;p=thirdparty%2Ftvheadend.git WEBUI: add missing window title for grid edit windows --- diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index 9efa42796..deaadbd87 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -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 }); } }