mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:35:56 +00:00
fix excessive CPU usage on linux chromium caused by animated SVG icons
This commit is contained in:
@@ -283,8 +283,8 @@ const Article = {
|
||||
row.setAttribute("data-content", row.getAttribute("data-content-original"));
|
||||
row.removeAttribute("data-content-original");
|
||||
|
||||
row.querySelector(".content-inner").innerHTML = `<div class="text-center">
|
||||
<img class="icon-unpack-pending" src="${App.getInitParam('icon_three_dots')}">
|
||||
row.querySelector(".content-inner").innerHTML = `<div class="text-center text-muted">
|
||||
${__("Loading, please wait...")}
|
||||
</div>`
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user