Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[squash] fix some comments
  • Loading branch information
Jalle19 authored and perexg committed Aug 6, 2014
1 parent 89a4848 commit fa0bba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/dvr.js
Expand Up @@ -520,7 +520,7 @@ tvheadend.dvrschedule = function(title, iconCls, dvrStore) {
// Define which panel buttons should be visible
var panelButtons = [];

// Add the "Add entry" button only to "Upcoming recordings"
// Add the "Add entry" and "Abort" buttons only to "Upcoming recordings"
if (iconCls === 'clock') {
panelButtons.push([
{
Expand All @@ -537,7 +537,7 @@ tvheadend.dvrschedule = function(title, iconCls, dvrStore) {
panelButtons.push(deleteButton);
}

// Add the "Delete selected" button to the other panels
// Add the help button to all panels
panelButtons.push([
'->',
{
Expand Down

0 comments on commit fa0bba6

Please sign in to comment.