Minor Tweaks

This commit is contained in:
m11
2021-02-20 17:10:16 +01:00
parent 2de4a8ab95
commit 1318faa724
4 changed files with 9 additions and 10 deletions

View File

@ -284,7 +284,7 @@ function processData(data) {
function requestFailed(status) {
document.getElementById('calendar').textContent = 'Something has gone wrong. Try reloading the page.'
document.getElementById('calendar-recurring').textContent = 'Something has gone wrong. Try reloading the page.'
// document.getElementById('calendar-recurring').textContent = 'Something has gone wrong. Try reloading the page.'
}
xhrRequest('https://cloud.chaospott.de/remote.php/dav/public-calendars/5HM7B0ZOLEYC3QD0?export', processData, requestFailed)