fix: icon only chnging on seqta pages

This commit is contained in:
sethburkart123
2024-06-19 19:34:17 +10:00
parent 511d5bb9d1
commit a3465476ad
+2 -3
View File
@@ -56,6 +56,8 @@ async function init() {
documentLoadStyle.textContent = documentLoadCSS
document.head.appendChild(documentLoadStyle)
const icon = document.querySelector('link[rel*="icon"]')! as HTMLLinkElement
icon.href = icon48
enableCurrentTheme()
try {
@@ -1950,9 +1952,6 @@ export async function loadHomePage() {
main!.innerHTML = ''
}
const icon = document.querySelector('link[rel*="icon"]')! as HTMLLinkElement
icon.href = icon48
currentSelectedDate = new Date()
// Creates the root of the home page added to the main div