This commit is contained in:
lesion 2022-04-27 00:31:58 +02:00
parent e02f99a566
commit 6968c76e76
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

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