1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:55:55 +00:00

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

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