fix #150
This commit is contained in:
parent
e02f99a566
commit
6968c76e76
1 changed files with 1 additions and 3 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue