fix: idk something to do with news ratelimiting :)

This commit is contained in:
SethBurkart123
2024-02-09 16:53:51 +11:00
parent 4cd7bd718e
commit 8ae389af7b
2 changed files with 16 additions and 16 deletions
+1
View File
@@ -2726,6 +2726,7 @@ function SendNewsPage() {
AppendLoadingSymbol('newsloading', '#news-container')
browser.runtime.sendMessage({ type: 'sendNews' }).then(function (response) {
console.log(response)
let newsarticles = response.news.articles
var newscontainer = document.querySelector('#news-container')
document.getElementById('newsloading')!.remove()