mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix timetable not loading
This commit is contained in:
@@ -2304,6 +2304,7 @@ function SendHomePage() {
|
||||
var Timetable = stringToHTML(TimetableStr);
|
||||
// Appends the timetable container into the home container
|
||||
document.getElementById('home-container')!.append(Timetable.firstChild!);
|
||||
callHomeTimetable(TodayFormatted, true)
|
||||
|
||||
var timetablearrowback = document.getElementById('home-timetable-back');
|
||||
var timetablearrowforward = document.getElementById(
|
||||
|
||||
Reference in New Issue
Block a user