fix #150
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user