Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WebUI: Trivial code cosmetics
  • Loading branch information
ProfYaffle authored and perexg committed Nov 2, 2015
1 parent 65d9639 commit a18bdc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/webui/static/app/dvr.js
Expand Up @@ -68,7 +68,7 @@ tvheadend.dvrDetails = function(uuid) {

buttons.push(new Ext.Button({
handler:searchTheTVDB,
iconCls:'thetvdb',
iconCls: 'thetvdb',
tooltip:_('Search TheTVDB (for title)'),
}));

Expand Down
8 changes: 4 additions & 4 deletions src/webui/static/app/epg.js
Expand Up @@ -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({
Expand Down

0 comments on commit a18bdc5

Please sign in to comment.