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

Notices

` + const NoticesStr = String.raw` +
+
+

Notices

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