Article.pack: add no-op for three panel mode
This commit is contained in:
parent
df145c8064
commit
e8e4fc641e
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue