Skip to content

Commit

Permalink
Merge pull request #6 from giacomocolle-ittbuonarroti/3-aggionrare-a-…
Browse files Browse the repository at this point in the history
…5-giorni-scuola

fix: aggiornati giorni e ore
  • Loading branch information
giacomocolle-ittbuonarroti authored Sep 22, 2023
2 parents a239b59 + 42a102c commit f74b5cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export class AppComponent implements OnInit {
}
this.aulas$ = distinctAulas;

var days = ['lunedì','martedì','mercoledì','giovedì','venerdì','sabato'];
var days = ['lunedì','martedì','mercoledì','giovedì','venerdì'];
var hours = ['07h50','08h40','09h30','10h30','11h20','12h10','13h00','13h50','14h40','15h30'];

var orariotable = new Array();
Expand Down Expand Up @@ -250,7 +250,7 @@ export class AppComponent implements OnInit {
//var days = {'lunedì':"",'martedì':"",'mercoledì':"",'giovedì':"",'venerdì':"",'sabato':""};
//var orariotable = {'07h50':days,'08h40':days,'09h30':days,'10h30':days,'11h20':days,'12h10':days,'13h30':days,'14h20':days,'15h20':days,'16h10':days};

var days = ['lunedì','martedì','mercoledì','giovedì','venerdì','sabato'];
var days = ['lunedì','martedì','mercoledì','giovedì','venerdì'];
var hours = ['07h50','08h40','09h30','10h30','11h20','12h10','13h00','13h50','14h40','15h30'];

var orariotable = new Array();
Expand Down Expand Up @@ -293,8 +293,8 @@ export class AppComponent implements OnInit {
//var days = {'lunedì':"",'martedì':"",'mercoledì':"",'giovedì':"",'venerdì':"",'sabato':""};
//var orariotable = {'07h50':days,'08h40':days,'09h30':days,'10h30':days,'11h20':days,'12h10':days,'13h30':days,'14h20':days,'15h20':days,'16h10':days};

var days = ['lunedì','martedì','mercoledì','giovedì','venerdì','sabato'];
var hours = ['07h50','08h40','09h30','10h30','11h20','12h10','13h30','14h20','15h20','16h10'];
var days = ['lunedì','martedì','mercoledì','giovedì','venerdì'];
var hours = ['07h50','08h40','09h30','10h30','11h20','12h10','13h00','13h50','14h40','15h30'];

var orariotable = new Array();

Expand Down Expand Up @@ -333,8 +333,8 @@ export class AppComponent implements OnInit {
//var days = {'lunedì':"",'martedì':"",'mercoledì':"",'giovedì':"",'venerdì':"",'sabato':""};
//var orariotable = {'07h50':days,'08h40':days,'09h30':days,'10h30':days,'11h20':days,'12h10':days,'13h30':days,'14h20':days,'15h20':days,'16h10':days};

var days = ['lunedì','martedì','mercoledì','giovedì','venerdì','sabato'];
var hours = ['07h50','08h40','09h30','10h30','11h20','12h10','13h30','14h20','15h20','16h10'];
var days = ['lunedì','martedì','mercoledì','giovedì','venerdì'];
var hours = ['07h50','08h40','09h30','10h30','11h20','12h10','13h00','13h50','14h40','15h30'];

var orariotable = new Array();

Expand Down

0 comments on commit f74b5cb

Please sign in to comment.