Skip to content

Commit

Permalink
Merge pull request #8 from ClimateMatchAcademy/tz-update
Browse files Browse the repository at this point in the history
Update networking event times
  • Loading branch information
zanemit authored Nov 24, 2023
2 parents 9690452 + 64e7d57 commit f09168d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions tz_NetworkingDay.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,23 +257,23 @@ <h5 class="card-header">Time slot selector</h5>
}

function onChange() {
var startTimes0 = {'1': ['03:00', '03:15'],
'2': ['05:30', '05:45'],
'3': ['10:00', '10:15'],
'4': ['16:00', '16:15'],
'5': ['19:00', '19:15']}

var startTimes = {'1': ['03:15', '04:25'],
'2': ['05:45', '06:55'],
'3': ['10:15', '11:25'],
'4': ['16:15', '17:25'],
'5': ['19:15', '20:25']}

var startTimes2 = {'1': ['05:00', '06:10'],
'2': ['07:30', '08:40'],
'3': ['12:00', '13:10'],
'4': ['18:00', '19:10'],
'5': ['21:00', '22:10']}
var startTimes0 = {'1': ['01:30', '01:45'],
'2': ['04:00', '04:15'],
'3': ['08:30', '08:45'],
'4': ['14:30', '14:45'],
'5': ['17:30', '17:45']}

var startTimes = {'1': ['01:45', '02:55'],
'2': ['04:15', '05:25'],
'3': ['08:45', '09:55'],
'4': ['14:45', '15:55'],
'5': ['17:45', '18:55']}

var startTimes2 = {'1': ['03:30', '04:40'],
'2': ['06:00', '07:10'],
'3': ['10:30', '11:40'],
'4': ['16:30', '17:40'],
'5': ['19:30', '20:40']}

var regions = {'1': 'Eastern Asia / Australia',
'2': 'Middle East / India',
Expand Down

0 comments on commit f09168d

Please sign in to comment.