Fix calendar URL
This commit is contained in:
parent
d5c85c1c78
commit
e88ff347e9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ function sortEvents(a, b) {
|
||||||
|
|
||||||
function getEvents(number) {
|
function getEvents(number) {
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
return fetch('//airdrone.bergie.today:8080/35c3/fahrplan')
|
return fetch('http://c-flo.cbrp3.c-base.org/35c3/fahrplan')
|
||||||
.then(res => res.json())
|
.then(res => res.json())
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
// res.schedule.conference.days[0].rooms.Adams[0]
|
// res.schedule.conference.days[0].rooms.Adams[0]
|
||||||
|
|
Loading…
Reference in a new issue