X-Git-Url: https://code.delx.au/comingnext/blobdiff_plain/648a1b872ec560997b5e355bd654477d2ef09faf..cd00377fa2e94bea82326cd52cab8adb0d5ba2a9:/comingNext/index.html diff --git a/comingNext/index.html b/comingNext/index.html index 334814c..05498ab 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -620,7 +620,7 @@ function updateData() var time = formatTime(date); var dateStr = formatDate(date, entryDate); if (entry.Type == 'ToDo' && overdue && config['markOverdueTodos'].Value) { - dateStr = 'Overdue'; + dateStr = '' + config['overdueText'].Value + ''; entriesHtml += '' + dateStr + ' '; } else if (entry.Type == 'ToDo' || entry.Type == 'Anniversary' || entry.Type == 'DayEvent' || entry.Type == 'Reminder') { if ((isToday(date) || isTomorrow(date)) && config['showTodayAsText'].Value) // show weekday if the date string is not text. looks odd otherwise