mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-13 07:04:39 +00:00
fix: builds failing and css failing to load in frontend
This commit is contained in:
+2
-2
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user