fix timetable not loading

This commit is contained in:
SethBurkart123
2023-12-05 07:12:37 +11:00
parent 213b101a22
commit fdfb0ade24
+1
View File
@@ -2304,6 +2304,7 @@ function SendHomePage() {
var Timetable = stringToHTML(TimetableStr); var Timetable = stringToHTML(TimetableStr);
// Appends the timetable container into the home container // Appends the timetable container into the home container
document.getElementById('home-container')!.append(Timetable.firstChild!); document.getElementById('home-container')!.append(Timetable.firstChild!);
callHomeTimetable(TodayFormatted, true)
var timetablearrowback = document.getElementById('home-timetable-back'); var timetablearrowback = document.getElementById('home-timetable-back');
var timetablearrowforward = document.getElementById( var timetablearrowforward = document.getElementById(