mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
add some hacks to hopefully mitigate headlines memory leaks
This commit is contained in:
@@ -244,6 +244,8 @@ function headlines_callback2(transport, offset, background, infscroll_req) {
|
||||
|
||||
function render_article(article) {
|
||||
try {
|
||||
cleanup_memory("content-insert");
|
||||
|
||||
dijit.byId("headlines-wrap-inner").addChild(
|
||||
dijit.byId("content-insert"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user