From c43c607d5ac0e416c1e494ed0be4fd1b913da289 Mon Sep 17 00:00:00 2001 From: Piotr Kuchciak Date: Fri, 19 Dec 2014 18:25:27 +0100 Subject: [PATCH] HELP: add file to button --- src/webui/static/app/esfilter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/esfilter.js b/src/webui/static/app/esfilter.js index 51550096..5bed116b 100644 --- a/src/webui/static/app/esfilter.js +++ b/src/webui/static/app/esfilter.js @@ -40,7 +40,7 @@ tvheadend.esfilter_tab = function(panel) }, del: true, help: function() { - new tvheadend.help('Stream Profile', 'config_profile.html'); + new tvheadend.help('Stream Profile', 'config_streamprofile.html'); } });