[F.END] Changed order of courses/events

This commit is contained in:
giuliof 2020-04-17 23:25:26 +02:00
parent 6261242494
commit 8ab956242d
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ function zerocalcareDisplay() {
} }
var eventsContainer = { var eventsContainer = {
Corsi : null, Eventi : null,
Eventi : null Corsi : null
}; };
for (c in eventsContainer) { for (c in eventsContainer) {