// Function to convert numeric duration to corresponding label string
// Note: triggered by minimum duration only. This would fail if ranges
-// had the same minimum (e.g. 15-30 mins and 15-60 minutes) (which we don't have).
+// had the same minimum (e.g. 15-30 mins and 15-60 minutes) (which we don't have).
tvheadend.durationLookupRange = function(value) {
durationString = "";
{
text: _('Help'),
iconCls: 'help',
+ tooltip: _('View help docs.')
handler: function() {
new tvheadend.mdhelp('epg');
}
}
}
});
-
+
// Always reload the store when the tab is activated
panel.on('beforeshow', function() {
epgStore.reload();
}
function createAutoRec() {
-
+
if (!tvheadend.accessUpdate.dvr)
return;