mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: idk something to do with news ratelimiting :)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user