mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix timetable not loading
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user