Lots of new code.

This commit is contained in:
James Cole
2023-07-24 18:58:35 +02:00
parent f1173263b6
commit a6503fda39
31 changed files with 693 additions and 15692 deletions

View File

@@ -13,7 +13,7 @@ function getViewRange(viewRange, today) {
let start;
let end;
console.log('getViewRange: ' + viewRange);
// console.log('getViewRange: ' + viewRange);
switch (viewRange) {
case 'last365':
@@ -100,7 +100,6 @@ function getViewRange(viewRange, today) {
end = endOfDay(end);
break;
}
console.log('MainApp: setDatesFromViewRange done!');
return {start: start, end: end};
}