diff options
| author | ivar <i@oiee.no> | 2025-10-06 15:05:22 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-06 15:05:22 +0200 |
| commit | 50f826848c2dbf664d88c6993569d1eb281f6125 (patch) | |
| tree | f3fd57d235384e3e5dd1a739e54f8ffe58344019 /VegaData/wwwroot | |
| parent | 0d7a23050f475f63a2caf5559b3e90e20c2a3640 (diff) | |
| download | vegadata-50f826848c2dbf664d88c6993569d1eb281f6125.tar.xz vegadata-50f826848c2dbf664d88c6993569d1eb281f6125.zip | |
1
Diffstat (limited to 'VegaData/wwwroot')
| -rw-r--r-- | VegaData/wwwroot/index.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/VegaData/wwwroot/index.js b/VegaData/wwwroot/index.js index df78dad..9821053 100644 --- a/VegaData/wwwroot/index.js +++ b/VegaData/wwwroot/index.js @@ -22,8 +22,7 @@ renderShowsBtn.addEventListener("click", () => { }); function dateString(date, small = false) { - console.log(date); - + date = date + "+00:00"; if (small) { return Temporal.Instant.from(date).toZonedDateTimeISO(tzId).toPlainDateTime().toLocaleString("nb-NO", { weekday: "long", @@ -98,5 +97,5 @@ async function renderShows(query) { ulShows.replaceChildren(...lis); } -renderShows() +renderShows(); |
