From: Jaroslav Kysela Date: Mon, 8 Oct 2018 12:06:56 +0000 (+0200) Subject: webui: epg.js - fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32f36c8500893a58c416d6ff467a424a02a0dbed;p=thirdparty%2Ftvheadend.git webui: epg.js - fix typo --- diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index e2f90d8a6..595514184 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -1239,7 +1239,7 @@ tvheadend.epg = function() { { text: _('Help'), iconCls: 'help', - tooltip: _('View help docs.') + tooltip: _('View help docs.'), handler: function() { new tvheadend.mdhelp('epg'); }