mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:25:56 +00:00
Article.pack: dispose of unpacked content properly
This commit is contained in:
@@ -192,7 +192,8 @@ define(["dojo/_base/declare"], function (declare) {
|
|||||||
console.log("packing", row.id);
|
console.log("packing", row.id);
|
||||||
row.setAttribute("data-content", row.getAttribute("data-content-original"));
|
row.setAttribute("data-content", row.getAttribute("data-content-original"));
|
||||||
row.removeAttribute("data-content-original");
|
row.removeAttribute("data-content-original");
|
||||||
row.innerHTML = " ";
|
|
||||||
|
row.querySelector(".content-inner").innerHTML = " ";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
view: function (id, noexpand) {
|
view: function (id, noexpand) {
|
||||||
|
|||||||
Reference in New Issue
Block a user