diff options
author | JoelHMikael <joel.h.kronqvist@gmail.com> | 2022-01-04 14:18:20 +0200 |
---|---|---|
committer | JoelHMikael <joel.h.kronqvist@gmail.com> | 2022-01-04 14:18:20 +0200 |
commit | e7b4d365f287f173c8cc0b5a4d965c3a0579c2e0 (patch) | |
tree | b80769ee992b47aaa2aa56828880764531deaab6 /server.js | |
parent | 2878bb666d1a2d1032683cd1783dbe6a9b505ba4 (diff) | |
download | LYLLRuoka-e7b4d365f287f173c8cc0b5a4d965c3a0579c2e0.tar.gz LYLLRuoka-e7b4d365f287f173c8cc0b5a4d965c3a0579c2e0.zip |
Minor GUI improvements
Diffstat (limited to 'server.js')
-rw-r--r-- | server.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ async function buildMain(args) // get the food let food; - food = foods[ +(day < actualDay) ][day]; // test this out more + food = foods[ +(day < actualDay) ][day]; if (food !== undefined) { res["food-header"] = food[0]; |