From: ProfYaffle Date: Sun, 1 Nov 2015 09:51:09 +0000 (+0000) Subject: WebUI: Trivial code cosmetics X-Git-Tag: v4.2.1~1692 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a18bdc56d78c025a32608f34c6b642fcc34237c3;p=thirdparty%2Ftvheadend.git WebUI: Trivial code cosmetics --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index ae1b12d57..a5781d72c 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -68,7 +68,7 @@ tvheadend.dvrDetails = function(uuid) { buttons.push(new Ext.Button({ handler:searchTheTVDB, - iconCls:'thetvdb', + iconCls: 'thetvdb', tooltip:_('Search TheTVDB (for title)'), })); diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 2c763ddba..50b14aadd 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -148,10 +148,10 @@ tvheadend.epgDetails = function(event) { })); buttons.push(new Ext.Button({ - disabled:!event.title, - handler:searchTheTVDB, - iconCls:'thetvdb', - tooltip:_('Search TheTVDB (for title)'), + disabled: !event.title, + handler: searchTheTVDB, + iconCls: 'thetvdb', + tooltip: _('Search TheTVDB (for title)'), })); buttons.push(new Ext.Button({