This commit is contained in:
lesion
2022-04-27 00:31:58 +02:00
parent e02f99a566
commit 6968c76e76

View File

@@ -30,9 +30,7 @@
params.push(`places=${places}`) params.push(`places=${places}`)
} }
if (show_recurrent) { params.push(`show_recurrent=${show_recurrent?'true':'false'}`)
params.push(`show_recurrent=true`)
}
fetch(`${baseurl}/api/events?${params.join('&')}`) fetch(`${baseurl}/api/events?${params.join('&')}`)
.then(res => res.json()) .then(res => res.json())