New: Show time instead of date if event occurs/occurred today

Closes #808
This commit is contained in:
Mark McDowall
2015-10-03 13:26:28 -07:00
parent 0b219e1169
commit 9ffa28f17c
4 changed files with 29 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ module.exports = {
if (isNaN(size)) {
return '';
}
if (isNaN(rounding)) {
rounding = 1;
}