]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WebUI: More trivial code cosmetics
authorProfYaffle <ian@sproink.co.uk>
Sun, 1 Nov 2015 17:44:56 +0000 (17:44 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 2 Nov 2015 19:19:56 +0000 (20:19 +0100)
src/webui/static/app/dvr.js

index a5781d72c5dd5ac832eab17325bdfe3ac0ffd54c..e4ad552f6b26ddd2993cadef5076739cfa010342 100644 (file)
@@ -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() {