mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:46:00 +00:00
Article.pack: add no-op for three panel mode
This commit is contained in:
@@ -278,7 +278,7 @@ const Article = {
|
||||
}
|
||||
},
|
||||
pack: function(row) {
|
||||
if (row.getAttribute("data-is-packed") != "1") {
|
||||
if (row.getAttribute("data-is-packed") != "1" && row.hasClassName("cdm")) {
|
||||
console.log("packing", row.id);
|
||||
row.setAttribute("data-is-packed", "1");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user