]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: add missing window title for grid edit windows
authorJaroslav Kysela <perex@perex.cz>
Mon, 25 Jan 2016 08:31:34 +0000 (09:31 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 25 Jan 2016 08:31:34 +0000 (09:31 +0100)
src/webui/static/app/idnode.js

index 9efa427966f4afaa87123cbeadad960a590c49ed..deaadbd877e354cfa4870068b9276abf72fdb629 100644 (file)
@@ -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
                         });
                     }
                 }