Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WebUI: More trivial code cosmetics
  • Loading branch information
ProfYaffle authored and perexg committed Nov 2, 2015
1 parent a18bdc5 commit 8b39d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/dvr.js
Expand Up @@ -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() {
Expand Down

0 comments on commit 8b39d6e

Please sign in to comment.