From a15ff9ba2ab970d5e35cd3188efec3dd3e8a774e Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 26 Jul 2017 11:05:54 +0200 Subject: [PATCH] hide dates in todo --- www/todo/main.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/todo/main.js b/www/todo/main.js index 0b54a96e8..3a7921f47 100644 --- a/www/todo/main.js +++ b/www/todo/main.js @@ -79,9 +79,10 @@ define([ $('', { 'class': 'cp-task-text' }) .text(entry.task) .appendTo($taskDiv); + /* $('', { 'class': 'cp-task-date' }) - .text(new Date(entry.ctime).toLocaleString()) - .appendTo($taskDiv); + .text(new Date(entry.ctime).toLocaleDateString()) + .appendTo($taskDiv);*/ $('