From 8b39d6ea31e566463680085f89ff49c2cb706c9e Mon Sep 17 00:00:00 2001 From: ProfYaffle Date: Sun, 1 Nov 2015 17:44:56 +0000 Subject: [PATCH] WebUI: More trivial code cosmetics --- src/webui/static/app/dvr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { -- 2.47.3