summaryrefslogtreecommitdiff
path: root/plugins/shorten_expanded
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 08:13:47 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 08:13:47 +0300
commita2e06410c2b69d7208d4a72ecbf71957c43fcdbe (patch)
treef95ac8936cd72633dcbf09272cd3b1b955e46a60 /plugins/shorten_expanded
parent0ec7b821905cbf68639035d8be2dccd99fca722d (diff)
shorten_expanded: call unpackVisible() because there might be new stuff from below if current is shortened
Diffstat (limited to 'plugins/shorten_expanded')
-rw-r--r--plugins/shorten_expanded/init.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/shorten_expanded/init.js b/plugins/shorten_expanded/init.js
index a5424ea38..577ed880e 100644
--- a/plugins/shorten_expanded/init.js
+++ b/plugins/shorten_expanded/init.js
@@ -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);