From f0f8dc54d3b5e5fbbfa899821276d55fed48024a Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Sun, 4 Oct 2020 17:29:36 -0400 Subject: [PATCH] tweak for consistancy, hate function name through --- public/js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/index.js b/public/js/index.js index 0f15b8c..b32ce60 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -25,8 +25,8 @@ Litedom({ } }, async init() { - // load todays history - this.today(); + // load today + this.setDate(0); // set focus document.getElementById('calories').focus();