shorten_expanded: call unpackVisible() because there might be new stuff from below if current is shortened
This commit is contained in:
parent
0ec7b82190
commit
a2e06410c2
|
@ -32,6 +32,8 @@ require(['dojo/_base/kernel', 'dojo/ready'], function (dojo, ready) {
|
|||
c_inter.innerHTML + "</div>" +
|
||||
"<button class='expandPrompt' onclick='return expandSizeWrapper(\""+row.id+"\")' href='#'>" +
|
||||
__("Click to expand article") + "</button>";
|
||||
|
||||
Headlines.unpackVisible();
|
||||
}
|
||||
}
|
||||
}, 150);
|
||||
|
|
Loading…
Reference in New Issue