Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WebUI: Correct icon class for IMDB button
  • Loading branch information
ProfYaffle authored and perexg committed Nov 2, 2015
1 parent 0061c24 commit 65d9639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/epg.js
Expand Up @@ -143,7 +143,7 @@ tvheadend.epgDetails = function(event) {
buttons.push(new Ext.Button({
disabled: !event.title,
handler: searchIMDB,
iconCls: 'find',
iconCls: 'imdb',
tooltip: _('Search IMDB (for title)'),
}));

Expand Down

0 comments on commit 65d9639

Please sign in to comment.