From d1de9705500e03f96123c869d288d4d89c6fd32f Mon Sep 17 00:00:00 2001 From: Dustin Jonda Date: Thu, 19 Mar 2020 19:03:20 +0100 Subject: [PATCH] Calendar/Cloud fix Fixed URL to the new/current Nextcloud instance, fixed a typo. --- web/_includes/header.html | 2 +- web/calendar.html | 2 +- web/js/cal.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/_includes/header.html b/web/_includes/header.html index 7b88d49..6e8e371 100644 --- a/web/_includes/header.html +++ b/web/_includes/header.html @@ -56,6 +56,6 @@
-

Aufgrund der aktuellen Situation sind alle Treffen bis auf weiteres abgesagt.

+

Aufgrund der aktuellen Situation sind alle Treffen bis auf Weiteres abgesagt.

diff --git a/web/calendar.html b/web/calendar.html index 77b0716..8a62a11 100644 --- a/web/calendar.html +++ b/web/calendar.html @@ -9,7 +9,7 @@ layout: default

Den Kalender gibt's auch per CalDAV: - + Chaospott Calendar

diff --git a/web/js/cal.js b/web/js/cal.js index 261e19e..bb43143 100644 --- a/web/js/cal.js +++ b/web/js/cal.js @@ -212,4 +212,4 @@ function requestFailed(status) { document.getElementById('calendar').textContent = 'Something has gone wrong. Try reloading the page.' } -xhrRequest('https://cloud.chaospott.de/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export', processData, requestFailed) +xhrRequest('https://cloud.chaospott.ru/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export', processData, requestFailed)