mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
fix bug in noticesStr
This commit is contained in:
+1
-1
@@ -2343,7 +2343,7 @@ function SendHomePage() {
|
||||
document.getElementById('home-container').append(upcomingcontainer);
|
||||
|
||||
// Creates the notices container into the home container
|
||||
const NoticesStr = `<div class="notices-container border"><div style="display: flex; justify-content: space-between"><h2 class="home-subtitle">Notices</h2><input type="date" value=${TodayFormatted}><select></select></div><div class="notice-container" id="notice-container"></div></div>`
|
||||
const NoticesStr = `<div class="notices-container border"><div style="display: flex; justify-content: space-between"><h2 class="home-subtitle">Notices</h2><input type="date" value=${TodayFormatted}</div><div class="notice-container" id="notice-container"></div></div>`
|
||||
var Notices = stringToHTML(NoticesStr);
|
||||
// Appends the shortcut container into the home container
|
||||
document.getElementById('home-container').append(Notices.firstChild);
|
||||
|
||||
Reference in New Issue
Block a user