Skip to content

Commit

Permalink
fix timetable not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
SethBurkart123 authored and SethBurkart123 committed Dec 4, 2023
1 parent a10c211 commit 23479fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SEQTA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 23479fe

Please sign in to comment.