From: ProfYaffle Date: Sun, 1 Nov 2015 17:44:56 +0000 (+0000) Subject: WebUI: More trivial code cosmetics X-Git-Tag: v4.2.1~1691 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b39d6ea31e566463680085f89ff49c2cb706c9e;p=thirdparty%2Ftvheadend.git WebUI: More trivial code cosmetics --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index a5781d72c..e4ad552f6 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -67,9 +67,9 @@ tvheadend.dvrDetails = function(uuid) { })); buttons.push(new Ext.Button({ - handler:searchTheTVDB, + handler: searchTheTVDB, iconCls: 'thetvdb', - tooltip:_('Search TheTVDB (for title)'), + tooltip: _('Search TheTVDB (for title)'), })); function searchIMDB() {