From dc2ecea5dfd778539002a54b92c415fe67c87a71 Mon Sep 17 00:00:00 2001 From: Morris Brodersen Date: Wed, 28 Oct 2020 02:43:49 +0100 Subject: [PATCH] fix #3 --- public/scripts/TodoStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/TodoStore.js b/public/scripts/TodoStore.js index c81a275..a51fece 100644 --- a/public/scripts/TodoStore.js +++ b/public/scripts/TodoStore.js @@ -131,7 +131,7 @@ VT.TodoStore = function (el) { }); el.addEventListener('seek', function (e) { - var t = new Date(state.at); + var t = new Date(state.at + ' 00:00:00'); t.setDate(t.getDate() + e.detail); dispatch({