diff --git a/www/todo/inner.html b/www/todo/inner.html index 4d8aacbce..476376a4d 100644 --- a/www/todo/inner.html +++ b/www/todo/inner.html @@ -9,13 +9,11 @@
-
- - -
-
- -
+
+ + +
+
diff --git a/www/todo/main.js b/www/todo/main.js index 17d70e361..a46c0f2f7 100644 --- a/www/todo/main.js +++ b/www/todo/main.js @@ -41,14 +41,14 @@ define([ 'class': 'cp-task' }).appendTo($list); - $('', {}) + $('', { 'class': 'cp-task-text' }) .text(APP.lm.proxy.data[el].task) .appendTo($taskDiv); - $('', {}) + $('', { 'class': 'cp-task-date' }) .text(new Date(APP.lm.proxy.data[el].ctime).toLocaleString()) .appendTo($taskDiv); $('