diff --git a/src/SEQTA.js b/src/SEQTA.js index 561b783a..52487e06 100644 --- a/src/SEQTA.js +++ b/src/SEQTA.js @@ -2343,7 +2343,7 @@ function SendHomePage() { document.getElementById('home-container').append(upcomingcontainer); // Creates the notices container into the home container - const NoticesStr = `

Notices

` + const NoticesStr = `

Notices

` var Notices = stringToHTML(NoticesStr); // Appends the shortcut container into the home container document.getElementById('home-container').append(Notices.firstChild);