From: Jaroslav Kysela Date: Mon, 8 Oct 2018 12:06:56 +0000 (+0200) Subject: webui: epg.js - fix typo X-Git-Tag: v4.2.7~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c38a9b7cea7c211ce6d95c3e742e128b3c15026;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 8981214bb..2c8b914b2 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -968,7 +968,7 @@ tvheadend.epg = function() { { text: _('Help'), iconCls: 'help', - tooltip: _('View help docs.') + tooltip: _('View help docs.'), handler: function() { new tvheadend.mdhelp('epg'); }