integrato zerocalcare per la visualizzazione del calendario #10

Merged
giomba merged 2 commits from zerocalcare into master 2021-02-15 22:20:49 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b8f544248d - Show all commits

View File

@ -138,7 +138,7 @@ function fetch_calendar() {
})
.catch(err => {
let warn = document.createElement('span');
warn.textContent = 'Errore nella connessione alle API zerocalcare.';
warn.appendChild(document.createTextNode('Non riesco a connettermi al calendario 😢'));
console.log(class_prefix+"error: "+err);
ul.appendChild(warn);
});;