Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: Add tooltips for 'Play' column - DVR
  • Loading branch information
perexg committed Jun 24, 2015
1 parent 584e10f commit bd684ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webui/static/app/dvr.js
Expand Up @@ -340,6 +340,7 @@ tvheadend.dvr_finished = function(panel, index) {
{
width: 40,
header: _("Play"),
tooltip: _("Play"),
renderer: function(v, o, r) {
var title = r.data['disp_title'];
if (r.data['episode'])
Expand Down Expand Up @@ -420,6 +421,7 @@ tvheadend.dvr_failed = function(panel, index) {
{
width: 40,
header: _("Play"),
tooltip: _("Play"),
renderer: function(v, o, r) {
var title = r.data['disp_title'];
if (r.data['episode'])
Expand Down

0 comments on commit bd684ee

Please sign in to comment.