fix: builds failing and css failing to load in frontend

This commit is contained in:
SethBurkart123
2025-03-12 20:52:48 +11:00
parent c7bdd86967
commit 5eb92bc87a
8 changed files with 20 additions and 14 deletions
+2 -2
View File
@@ -3046,10 +3046,10 @@ export async function SendNewsPage() {
;(titlediv! as HTMLElement).innerText = "News"
AppendLoadingSymbol("newsloading", "#news-container")
const response = await browser.runtime.sendMessage({
const response = (await browser.runtime.sendMessage({
type: "sendNews",
source: settingsState.newsSource,
})
})) as any
const newscontainer = document.querySelector("#news-container")
document.getElementById("newsloading")?.remove()