shorten_expanded: call unpackVisible() because there might be new stuff from below if current is shortened

This commit is contained in:
Andrew Dolgov 2018-12-05 08:13:47 +03:00
parent 0ec7b82190
commit a2e06410c2
1 changed files with 2 additions and 0 deletions

View File

@ -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);