1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:35:55 +00:00

Article.pack: dispose of unpacked content properly

This commit is contained in:
Andrew Dolgov
2020-04-17 15:59:12 +03:00
parent e17c7e2fb4
commit 0d467973dc

View File

@@ -192,7 +192,8 @@ define(["dojo/_base/declare"], function (declare) {
console.log("packing", row.id);
row.setAttribute("data-content", row.getAttribute("data-content-original"));
row.removeAttribute("data-content-original");
row.innerHTML = " ";
row.querySelector(".content-inner").innerHTML = " ";
}
},
view: function (id, noexpand) {