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

index ae1b12d5704d9651c5de0d1ab116748f2272b961..a5781d72c5dd5ac832eab17325bdfe3ac0ffd54c 100644 (file)
@@ -68,7 +68,7 @@ tvheadend.dvrDetails = function(uuid) {
 
         buttons.push(new Ext.Button({
             handler:searchTheTVDB,
-            iconCls:'thetvdb',
+            iconCls: 'thetvdb',
             tooltip:_('Search TheTVDB (for title)'),
         }));
 
index 2c763ddbaebd3a9f7829f46b5649a4e11e6ff483..50b14aadd4c6eb50f883c14f1d48d14587ba6f8c 100644 (file)
@@ -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({