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();