From fa0bba6c2537b135902f7c2e564a2a382a39b250 Mon Sep 17 00:00:00 2001 From: Sam Stenvall Date: Tue, 5 Aug 2014 14:54:55 +0300 Subject: [PATCH] [squash] fix some comments --- src/webui/static/app/dvr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index e93312ad..858e25a5 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -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([ { @@ -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([ '->', {